library(tsDyn)
A good place to start learning the package usage, is the vignette. It contains a more detailed guide on package contents, and an applied case study. At the R prompt, write:
vignette("tsDyn")
For a full list of functions exported by the package, type:
ls("package:tsDyn")
There is also an experimental GUI for built-in NLAR models. Call it with:
nlarDialog(timeSeries)
where timeSeries
is an available time series object.Each exported function has a corresponding man page (some man pages are in common to more functions). Display it by typing
help(functionName)
availableModels
for listing all currently available NLAR modelsautopairs
,autotriples
,autotriples.rgl
for graphical explorative functions