Learn R Programming

CoSMoS (version 2.1.2)

plot.fitACS: Plot method for fitACS

Description

Plot method for fitACS

Usage

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

Arguments

x

fitACS obbject

...

other args

Examples

Run this code

x <- AR1(1000, .8)

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

plot(acsfit)

Run the code above in your browser using DataLab