get_data | R Documentation |
Get the data included in a TSMP object, if any.
get_data(.mp)
.mp |
a TSMP object. |
Returns the data as matrix
. If there is more than one series, returns a list
.
mp <- tsmp(mp_toy_data$data[1:200, 1], window_size = 30, verbose = 0) get_data(mp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.