plotACF: Wrapper for the acf function

View source: R/plotACF.R

plotACFR Documentation

Wrapper for the acf function

Description

Wrapper for the acf function

Usage

plotACF(
  X,
  lag.max = NULL,
  title = "",
  col = 5,
  label = 0,
  gPars = ErrViewLib::setgPars()
)

Arguments

X

(vector) a numerical vector

lag.max

(integer)

title

(string)

col

(integer) color index of the CI

label

(integer) index of letter for subplot tag

gPars

(list) graphical parameters

Value

a plot

Examples


  uE  = sqrt(rchisq(1000, df = 4))  # Re-scale uncertainty
  E   = rnorm(uE, mean=0, sd=uE)    # Generate errors
  res = plotLZMS(uE, E/uE, ylim = c(0,2))
  plotACF(res$pc)


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.