plot.fitACS: Plot method for fitACS

Description Usage Arguments Examples

View source: R/fitACS.R

Description

Plot method for fitACS

Usage

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

Arguments

x

fitACS obbject

...

other args

Examples

1
2
3
4
5
x <- AR1(1000, .8)

acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1))

plot(acsfit)

CoSMoS documentation built on May 30, 2021, 1:06 a.m.