plot.fitACS {CoSMoS} | R Documentation |
Plot method for fitACS
Description
Plot method for fitACS
Usage
## S3 method for class 'fitACS'
plot(x, ...)
Arguments
x |
fitACS obbject |
... |
other args |
Examples
x <- AR1(1000, .8)
acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1))
plot(acsfit)
[Package CoSMoS version 2.1.0 Index]