powered by
Find the median of each time series in the time span and obtain the boxplots of the medians.
ts.box(x, maxbox = 200)
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.
Maximum number of boxes. Default value is 200.
Boxplots of the medians of subperiods.
# NOT RUN { data(TaiwanAirBox032017) ts.box(as.matrix(TaiwanAirBox032017[,1:10]), maxbox = 10) # }
Run the code above in your browser using DataLab