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)

TycheLab/CoSMoS documentation built on June 6, 2021, 2:35 a.m.