Learn R Programming

astrochron (version 0.3.1)

noLow: Fit and Remove Lowess Smoother from Stratigraphic Series

Description

Fit and remove lowess smoother from stratigraphic series

Usage

noLow(dat,smooth=.20,output=1,genplot=T,verbose=T)

Arguments

dat
Stratigraphic series for lowess smoother removal. First column should be location (e.g., depth), second column should be data value.
smooth
Lowess smoothing parameter.
output
1= output residual values; 2= output lowess fit
genplot
Generate summary plots? (T or F)
verbose
Verbose output? (T or F)

See Also

bandpass, lowpass, noKernel, prewhiteAR, and prewhiteAR1