plot.tsd | R Documentation |
Plots the time series in the specified time series data object.
## S3 method for class 'tsd' plot(x, ylab = NULL, xlab = NULL, main = NULL, ...)
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. |
plot(spot.tsd) plot(boston.robberies.tsd, las=1) plot(gasrx.tsd) plot(gasrx.tsd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.