ts.box | R Documentation |
Find the median of each time series in the time span and obtain the boxplots of the medians.
ts.box(x, maxbox = 200)
x |
T by k data matrix: T data points in rows with each row being data at a given time point, and k time series in columns. |
maxbox |
Maximum number of boxes. Default value is 200. |
Boxplots of the medians of subperiods.
data(TaiwanAirBox032017) ts.box(as.matrix(TaiwanAirBox032017[,1:10]), maxbox = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.