acfpacf_plot: (P)ACF plots

Description Usage Arguments Details Value Author(s) Examples

Description

Produce plots of both ACF and PACF for a given maximum number of lags.

Usage

1
2
acfpacf_plot(data, lagmax = length(data), mfrow = c(2, 1), main1 = "ACF",
  main2 = "PACF")

Arguments

data

numeric ector containing

laxgmax

numeric value containing the maximum number of lags to display

dotsACF

more arguments to pass to the ACF function

dotsACF

more arguments to pass to the ACF function

Details

Reduce length of code as this operation should be made several times. This will be implemented in ggplot if shown in the finalo thesis.

Value

Page of both ACF and PACF until lagmax

Author(s)

Antoine Pissoort, antoine.pissoort@student.uclouvain.be

Examples

1
acfpacf_plot(max_years$data)

proto4426/PissoortThesis documentation built on May 26, 2019, 10:31 a.m.