eAsmTrack {astrochron} | R Documentation |
Track ASM null hypothesis significance level minima in eASM results
Description
Track ASM null hypothesis significance level minima in eASM results.
Usage
eAsmTrack(res,threshold=.5,ydir=-1,genplot=T,verbose=T)
Arguments
res |
eAsm results. Must have the following format: column 1=sedimentation rate; remaining columns (2 to n)=Ho-SL; titles for columns 2 to n must be the location (depth or height). Note that this format is ouput by function eAsm. |
threshold |
Threshold Ho-SL value for analysis and plotting. |
ydir |
Direction for y-axis in plots (depth or height). -1 = values increase downwards (slower plotting!), 1 = values increase upwards. |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
Details
Please see function eAsm for details.
See Also
[Package astrochron version 1.3 Index]