tsview: Plotting Time Series Objects in Browser

Description Usage Arguments See Also Examples

Description

Method for conveniently viewing objects inheriting from classes "ts", "regts" in your favorite web browser.

Usage

1
2
tsview(x = ts(matrix(rnorm(150), 30, 5), start = c(1961, 1), frequency = 4),
  plot.type = "multiple")

Arguments

x

time series object, usually inheriting from class "ts" or "regts".

plot.type

for multivariate time series. multiple displays each series separately (with a common time axis), single displays all series in the same plot.

See Also

tsplot, ts, regts, grepl

Examples

1
2
3
4
5
6
7
x = ts(matrix(rnorm(150), 30, 5), start = c(1961, 1), frequency = 4) # 5 time series

## Not run: 
tsview(x, "single")
tsview(x, "multiple")

## End(Not run)

mdijkstracpb/tsview documentation built on May 22, 2019, 3:26 p.m.