trimAT | R Documentation |
Remove outliers from stratigraphic series, using specified threshold value.
trimAT(dat,thresh=0,dir=2,genplot=T,verbose=T)
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) |
delPts
, idPts
, iso
and trim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.