Plot simts Time Series Data generated by gts or gen_gts.
# S3 method for gts
plot(
x,
evenly = TRUE,
xlab = NULL,
ylab = NULL,
main = NULL,
couleur = "blue4",
...
)
A gts
object
A boolean
indicating whether the time series is evenly spaced or not.
A string
that gives a title for the x axis.
A string
that gives a title for the y axis.
A string
that gives an overall title for the plot.
A string
that gives a couleuror for the line.
additional arguments affecting the plot produced.
A plot containing the graph of the simts time series.