TileConvCenterToStart {TileShuffle}R Documentation

TileConvCenterToStart

Description

Converts center positions to start positions.

Usage

TileConvCenterToStart(centerpos, length)

Arguments

centerpos An integer vector containing the center positions.
length An integer vector containing the length information.

Details

Converts center positions to start positions with an additional length vector given. Center positions were rounded off in case of even window length.

Value

An integer vector containing the start position to the center positions.


[Package TileShuffle version 0.1.0 Index]