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