Arguments
dat
Stratigraphic series for prewhitening. First column should be location (e.g., depth), second column should be data value for prewhitening. Series must have uniform sampling interval.
order
AR order for prewhitening (if aic=F), or alternatively, the maximum AR order to investigate (if aic=T). If order is set to
method
Method for AR parameter estimation: ("yule-walker", "burg", "ols", "mle", "yw")
aic
Select model using AIC? if F, will use order. AIC is only strictly valid if method is "mle".
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)