TSAplots | R Documentation |
Plots and saves the ACF and PACF for a pre-defined time series, with and without data transformations (log, sqrt), and differencing. Input type: Time series
TSAplots(TS, date, trans = "NONE", saveas = "NONE")
TS |
The time series for the TSAplots function |
date |
The time axis in the time series (dates, seconds, intervals) |
trans |
data transform parameter: trans='log' for log transform, trans='sqrt' for sqrt transform, and trans='NONE' for no transform |
saveas |
specifies the file format to save the plots in the current working directory. Possible formats is: PDF, JPEG, TIFF, BMP and PNG. e.g.: "pdf" or "jpeg". If none is specified, it will not save the plots |
Plots from TSAplots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.