downsample | R Documentation |
numeric
; nonsensical for negative values.Downsample a vector of type numeric
; nonsensical for negative values.
downsample(x, thres = NULL, downsample_threshold = 3000)
x |
A |
thres |
Deprecated alternative to |
downsample_threshold |
If |
A vector of integers (type numeric
) of the same
length as x
, downsampled as described in the
documentation for the downsample_threshold
argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.