noLow {astrochron} | R Documentation |
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
[Package astrochron version 1.3 Index]