Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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: contour levels, perspective plots, image

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.

Value

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

Author(s)

Wrapper to 'sm' and GUI by Antonio, Fabio Di Narzo

See Also

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

Examples

if(interactive())
autotriples.rgl(log(lynx))

tsDyn

Nonlinear Time Series Models with Regime Switching

v10-1.2
GPL (>= 2)
Authors
Antonio Fabio Di Narzo [aut], Jose Luis Aznarte [ctb], Matthieu Stigler [aut], Ho Tsung-wu [cre]
Initial release
2020-02-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.