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