plot.simulate {TSSS}R Documentation

Plot Simulated Data Generated by State Space Model

Description

Plot simulated data of Gaussian / non-Gaussian generated by state space model.

Usage

## S3 method for class 'simulate'
plot(x, use = NULL, ...)

Arguments

x

an object of class "simulate" as returned by simssm and ngsim.

use

start and end time c(x1, x2) to be plotted actually.

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.3.4-5 Index]