Learn R Programming

astrochron (version 0.3.1)

trimAT: 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

delPts, idPts, iso and trim