plot.gts: Plot simts Time Series Data

View source: R/gts.R

plot.gtsR 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 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.

Author(s)

Justin Lee and Stéphane Guerrier


SMAC-Group/simts documentation built on Sept. 4, 2023, 5:25 a.m.