autocor.plot: Deprecated autocorrelation plot alias
Description
Provides a deprecated compatibility alias for `autocorPlot()`.
Usage
autocor.plot(fit, main = "Current vs Lagged residuals", ...)
Value
Invisibly returns the result of `autocorPlot()`, called for its
plotting side effect.
Arguments
- fit
output from the function `lm()`.
- main
the plot title.
- ...
extra parameters passed to `autocorPlot()`.