View source: R/autotriples.rgl.R
autotriples.rgl | R Documentation |
Interactive trivariate time series plots
autotriples.rgl(x, lags = 1:2, type = c("lines", "points"))
x |
time series |
lags |
vector of regressors lags |
type |
type of plot: contour levels, perspective plots, image |
This function displays interactive trivariate time series plots
x[t-lags[1]], x[t-lags[2]]
against x[t]
using the interactive
rgl
device.
None. A plot is produced on the current rgl
device.
Wrapper to 'sm' and GUI by Antonio, Fabio Di Narzo
autotriples
for 3d visualization via
scatterplot3d package and for kernel post-processing of the cloud for
nonparametric autoregression functions estimates.
if(interactive())
autotriples.rgl(log(lynx))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.