plot.fitACS {CoSMoS} | R Documentation |
Plot method for fitACS
## S3 method for class 'fitACS'
plot(x, ...)
x |
fitACS obbject |
... |
other args |
x <- AR1(1000, .8)
acsfit <- fitACS(acf(x, plot = FALSE)$acf, 'weibull', c(1, 1))
plot(acsfit)