View source: R/time_series_core.R
TSeries_create | R Documentation |
TSeries_create
TSeries_create(x, ...)
x |
tensor |
... |
additional parameters |
tensor
## Not run:
res = TSeries_create(as.array(runif(100)))
res %>% show(title = 'R array') %>% plot(dpi = 200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.