plot.fitACS: Plot method for 'fitACS' objects

View source: R/plot-methods.R

plot.fitACSR Documentation

Plot method for fitACS objects

Description

Displays the empirical ACF alongside the fitted theoretical autocorrelation structure.

Usage

## S3 method for class 'fitACS'
plot(x, ...)

Arguments

x

a fitACS object returned by fitACS

...

currently unused

Value

a ggplot object (invisibly returned; also printed)

See Also

fitACS

Examples


x <- arima.sim(model = list(ar = 0.8), n = 1000)
acsfit <- fitACS(acf(x, plot = FALSE)$acf, "weibull", c(1, 1))
plot(acsfit)


CoSMoS documentation built on May 8, 2026, 1:08 a.m.