trim: Remove outliers from stratigraphic series

trimR Documentation

Remove outliers from stratigraphic series

Description

Automatically remove outliers from stratigraphic series, using 'boxplot' algorithm.

Usage

trim(dat,c=1.5,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.

c

'c' defines the 'coef' variable for boxplot.stats. For more information: ?boxplot.stats

genplot

Generate summary plots? (T or F)

verbose

Verbose output? (T or F)

See Also

delPts, idPts, iso and trimAT


astrochron documentation built on Aug. 26, 2023, 5:07 p.m.