plot.lts | 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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.