trimAT {astrochron} | R Documentation |
Remove outliers from stratigraphic series
Description
Remove outliers from stratigraphic series, using specified threshold value.
Usage
trimAT(dat,thresh=0,dir=2,genplot=T,verbose=T)
Arguments
dat |
Stratigraphic series for outlier removal. First column should be location (e.g., depth), second column should be data value. |
thresh |
Threshold value for outlier detection. |
dir |
Remove values (1) smaller than or (2) larger than this threshold? |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
See Also
[Package astrochron version 1.3 Index]