Description Usage Arguments Value Examples
This may be useful if you want to include the data lately or remove the included data (set as NULL
).
1 |
.mp |
a TSMP object. |
data |
a |
Returns silently the original TSMP object with changed data.
1 2 | mp <- tsmp(mp_toy_data$data[1:200, 1], window_size = 30, verbose = 0)
mp <- set_data(mp, NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.