plot.tsd: Plot Time Series Data Object

View source: R/plot.tsd.R

plot.tsdR Documentation

Plot Time Series Data Object

Description

Plots the time series in the specified time series data object.

Usage

## S3 method for class 'tsd'
plot(x, ylab = NULL, xlab = NULL, main = NULL, ...)

Arguments

x

A time series data object (created with function tsd).

ylab

Label for the y axis. Default is response.units in data.tsd.

xlab

Label for the time axis. Default is time.units in data.tsd.

main

Plot title. Default is data.title in data.tsd.

...

Allows sending down extra arguments such as graphs parameters.

Examples

plot(spot.tsd)
plot(boston.robberies.tsd, las=1)
plot(gasrx.tsd)
plot(gasrx.tsd)


wqmeeker/RTseries documentation built on Dec. 31, 2022, 10 a.m.