ts.box {SLBDD} | R Documentation |
Boxplots of the Medians of Subperiods
Description
Find the median of each time series in the time span and obtain the boxplots of the medians.
Usage
ts.box(x, maxbox = 200)
Arguments
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. |
Value
Boxplots of the medians of subperiods.
Examples
data(TaiwanAirBox032017)
ts.box(as.matrix(TaiwanAirBox032017[,1:10]), maxbox = 10)
[Package SLBDD version 0.0.4 Index]