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
calculates the values of a correlogram and plots it.corgram
returns a two-column matrix containing the correlogram.y <- rnorm(100) corgram(y)