midseq {cooltools} | R Documentation |
Mid-points of regular grid
Description
Compute the mid-point positions of a one-dimensional regular grid of n equal intervals.
Usage
midseq(min, max, n = 1)
Arguments
min |
left boundary of first bin |
max |
right boundary of last bin |
n |
number of bins |
Value
vector of mid points
Author(s)
Danail Obreschkow
[Package cooltools version 2.4 Index]