Learn R Programming

tsDyn (version 0.7-60)

autotriples.rgl: Interactive trivariate time series plots

Description

Interactive trivariate time series plots

Usage

autotriples.rgl(x, lags=1:2, type=c("lines", "points"))

Arguments

x
time series
lags
vector of regressors lags
type
type of plot: countour levels, perspective plots, image

Value

  • None. A plot is produced on the current rgl device.

Details

This function displays interactive trivariate time series plots x[t-lags[1]], x[t-lags[2]] against x[t] using the interactive rgl device.

See Also

autotriples for 3d visualization via scatterplot3d package and for kernel post-processing of the cloud for nonparametric autoregression functions estimates.

Examples

Run this code
if(interactive())
 autotriples.rgl(log(lynx))

Run the code above in your browser using DataLab