| ts_head | R Documentation |
ts_data ObjectReturn the first n observations from a ts_data.
ts_head(x, n = 6L, ...)
x |
|
n |
number of rows to return |
... |
optional arguments |
The first n observations of a ts_data (as a matrix/data.frame).
data(tsd)
data10 <- ts_data(tsd$y, 10)
ts_head(data10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.