Learn R Programming

simts (version 0.1.1)

plot.gts: Plot simts Time Series Data

Description

Plot simts Time Series Data generated by gts or gen_gts.

Usage

# S3 method for gts
plot(x, evenly = TRUE, xlab = NULL, ylab = NULL,
  main = NULL, couleur = "blue4", ...)

Arguments

x

A gts object

evenly

A boolean indicating whether the time series is evenly spaced or not.

xlab

A string that gives a title for the x axis.

ylab

A string that gives a title for the y axis.

main

A string that gives an overall title for the plot.

couleur

A string that gives a couleuror for the line.

...

additional arguments affecting the plot produced.

Value

A plot containing the graph of the simts time series.