| diam | R Documentation |
Equivalent to diff(minmax(x))
diam(x, nThread = getOption("hutilscpp.nThread", 1L))
thinner(x, width, nThread = getOption("hutilscpp.nThread", 1L))
x |
A numeric vector. |
nThread |
Number of threads to use. |
width |
|
A single value:
diamThe difference of minmax(x)
thinnerEquivalent to diam(x) <= width
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.