Plot Partial Auto-Covariance and Correlation Functions
## S3 method for class 'PACF' plot(x, xlab = NULL, ylab = NULL, show.ci = TRUE, alpha = NULL, col_ci = NULL, transparency = NULL, main = NULL, parValue = NULL, ...)
x |
|
xlab |
A |
ylab |
A |
show.ci |
A |
alpha |
A |
col_ci |
A |
transparency |
A |
main |
A |
parValue |
A |
... |
Additional parameters |
Yunxiang Zhang and Yuming Zhang
# Plot the Partial Autocorrelation m = auto_corr(datasets::AirPassengers, pacf = TRUE) plot(m) # More customized CI plot(m, xlab = "my xlab", ylab = "my ylab", show.ci = TRUE, alpha = NULL, col_ci = "grey", transparency = 0.5, main = "my main")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.