quantileBox: Quantile Boxplot

quantileBoxR Documentation

Quantile Boxplot

Description

Boxplots of selected quantiles of each time series (Column-wise operations).

Usage

quantileBox(x, prob = c(0.25, 0.5, 0.75))

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.

prob

Probability, the quantile series of which is to be computed. Default values are 0.25, 0.5, 0.75.

Value

Boxplot.

Examples

data(TaiwanAirBox032017)
quantileBox(TaiwanAirBox032017[,1:3])


SLBDD documentation built on April 27, 2022, 5:08 p.m.

Related to quantileBox in SLBDD...