TSAplots: Time Series Analysis Plots

View source: R/TSAplots.R

TSAplotsR Documentation

Time Series Analysis Plots

Description

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

Usage

TSAplots(TS, date, trans = "NONE", saveas = "NONE")

Arguments

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

Value

Plots from TSAplots


MathiasVendt/TSAIB documentation built on May 4, 2022, 11:34 p.m.