diam {hutilscpp} | R Documentation |
What is the diameter of set of points?
Description
Equivalent to diff(minmax(x))
Usage
diam(x, nThread = getOption("hutilscpp.nThread", 1L))
thinner(x, width, nThread = getOption("hutilscpp.nThread", 1L))
Arguments
x |
A numeric vector. |
nThread |
Number of threads to use. |
width |
|
Value
A single value:
diam
The difference of
minmax(x)
thinner
Equivalent to
diam(x) <= width
[Package hutilscpp version 0.10.5 Index]