plot.lts {simts} | R Documentation |
Plot Latent Time Series Object
Description
Plot Latent Time Series Data included in an lts
object.
Usage
## S3 method for class 'lts'
plot(
x,
xlab = NULL,
ylab = NULL,
main = NULL,
color = NULL,
fixed_range = FALSE,
...
)
Arguments
x |
A |
xlab |
A |
ylab |
A |
main |
A |
color |
A |
... |
additional arguments affecting the plot produced. |
Value
A plot containing the graph of the latent time series.
Author(s)
Stephane Gurrier and Justin Lee
[Package simts version 0.2.2 Index]