resample | R Documentation |
Performs sampling without replacement while avoiding undesired behaviour if
x
has length 1.
See documentation of sample
.
resample(x, size, ...)
x |
A vector from which to sample. |
size |
A non-negative number giving the size of the sample. |
... |
Further arguments to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.