i.plot: Plot a Selected Time Series Using Quantile as the Background

i.plotR Documentation

Plot a Selected Time Series Using Quantile as the Background

Description

Plot a selected time series using quantile as the background.

Usage

i.plot(x, idx = 1, prob = c(0.25, 0.5, 0.75), xtime = NULL)

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.

idx

Selected time series.

prob

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

xtime

A vector with the values for the x labels. Default values are 1, 2, 3, ...

Value

standardized - Matrix containing the standardized time series.

Examples

data(TaiwanAirBox032017)
output <- i.plot(TaiwanAirBox032017[,1:3])


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

Related to i.plot in SLBDD...