- xdata
a univariate time series.
- BIC
if TRUE, fit is based on BIC. If FALSE (default), fit is based on AIC.
- order.max
maximum order of model to fit. Defaults (if NULL) to the minimum of 100
and 10% of the number of observations.
- main
plot title. Defaults to name of series, method and chosen order.
- plot
if TRUE (default) produces a graphic of the estimated AR spectrum.
- detrend
if TRUE (default), detrends the data first. If FALSE, the series is demeaned.
- lowess
if TRUE, detrends using lowess. Default is FALSE.
- method
method of estimation - a character string specifying the
method to fit the model chosen from the following:
"yule-walker", "burg", "ols", "mle", "yw". Defaults to "yule-walker".
- cex.main
magnification for main title; default is 1.
- xlab
label for frequency axis; if NULL (default), a totally awesome label is generated for your viewing pleasure.
- ...
additional graphical arguments.