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