sortNave | R Documentation |
Sort and average duplicates in stratigraphic series, as performed in 'read' function.
sortNave(dat,sortDecr=F,ave=T,xmin=NULL,xmax=NULL,genplot=1,verbose=T)
dat |
Stratigraphic series for processing. First column should be location (e.g., depth), second column should be data value. |
sortDecr |
Sorting direction? (F=increasing, T=decreasing) |
ave |
Average duplicate values? (T or F) |
xmin |
Minimum x-axis value for plotting |
xmax |
Maximum x-axis value for plotting |
genplot |
Generate summary plots? 0=none, 1=stratigraphic series, distribution, box plot, Q-Q, 2=stratigraphic series |
verbose |
Verbose output? (T or F) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.