TileConvStartToCenter {TileShuffle} | R Documentation |
Converts start positions to center positions.
TileConvStartToCenter(startpos, length)
startpos |
An integer vector containing the start
positions. |
length |
An integer vector containing the length
information. |
Converts start positions to center positions with an additional length
vector
given. Center positions are rounded off in case of even window
length.
An integer
vector
containing the center position to the
start positions.