Description Usage Arguments Value Examples
View source: R/generate-timeseries.R
Generates a time series of values with lognormal errors and some temporal autocorrelation
1 2 | generate_timeseries(thing, cv, ac, time, percent_slope = 0,
min_thing = 0)
|
thing |
the thing to be jittered |
ac |
the degree of autocorrelation 0-1 |
time |
the length of time series to simulate |
sigma |
the degree of variation |
a vector of length time
1 2 3 4 | ## Not run:
generate_timeseries(thing = 2, sigma = .1, ac = 0.5, time = 10)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.