Description Usage Arguments Value Author(s) Examples
Plot time series
1 | TimeSeriesPlane(series)
|
series |
A numeric vector (e.g. a time series) |
A Time series plot
Eduarda Chagas
1 2 3 4 | set.seed(123, kind = "Mersenne-Twister")
x <- runif(110000)
p <- TimeSeriesPlane(series = x)
print(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.