corgram {growth} | R Documentation |
corgram
calculates the values of a correlogram and plots it.
corgram(y, wt=1, add=F, lty=1, ylim=NULL, xlab=NULL, ylab=NULL, main=NULL)
y |
A time series vector. |
wt |
Indicator vector with zeros for values to be ignored. |
add |
If TRUE, adds a new correlogram to an existing plot. |
others |
Graphics parameters |
corgram
returns a two-column matrix containing the correlogram.
J.K. Lindsey
y <- rnorm(100) corgram(y)