plotACF | R Documentation |
Wrapper for the acf function
plotACF(
X,
lag.max = NULL,
title = "",
col = 5,
label = 0,
gPars = ErrViewLib::setgPars()
)
X |
(vector) a numerical vector |
lag.max |
(integer) |
title |
(string) |
col |
(integer) color index of the CI |
label |
(integer) index of letter for subplot tag |
gPars |
(list) graphical parameters |
a plot
uE = sqrt(rchisq(1000, df = 4)) # Re-scale uncertainty
E = rnorm(uE, mean=0, sd=uE) # Generate errors
res = plotLZMS(uE, E/uE, ylim = c(0,2))
plotACF(res$pc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.