plot.gts {simts} | R Documentation |
Plot simts Time Series Data
Description
Plot simts Time Series Data generated by gts or gen_gts.
Usage
## S3 method for class 'gts'
plot(
x,
evenly = TRUE,
xlab = NULL,
ylab = NULL,
main = NULL,
couleur = "blue4",
...
)
Arguments
x |
A |
evenly |
A |
xlab |
A |
ylab |
A |
main |
A |
couleur |
A |
... |
additional arguments affecting the plot produced. |
Value
A plot containing the graph of the simts time series.
Author(s)
Justin Lee and Stéphane Guerrier
[Package simts version 0.2.2 Index]