spreadout {clinsig} | R Documentation |
Spreads a vector of numeric values out by increasing any intervals smaller than mindist.
spreadout(x,mindist)
x |
A numeric vector that may contain NAs. |
mindist |
The minimum interval allowed in the output. |
spreadout orders the vector x and begins at the middle, increasing any intervals between values to mindist. The function is designed to avoid crowding of labels on a plot, but may have other uses.
New values with a minimum interval of mindist. NAs are preserved.
Jim Lemon