Learn R Programming

SLBDD (version 0.0.4)

ts.box: 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

Run this code
# NOT RUN {
data(TaiwanAirBox032017)
ts.box(as.matrix(TaiwanAirBox032017[,1:10]), maxbox = 10)
# }

Run the code above in your browser using DataLab