View source: R/utils_sampling.R
seq_noise | R Documentation |
Create a regular sequence of discrete numbers with noise
seq_noise(start, end, n, jitter = 1)
start , end |
bounds for the generated sequence |
n |
sequence length |
jitter |
bounds for the noise distribution |
a vector of integers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.