Learn R Programming

astrochron (version 0.3.1)

eAsmTrack: EXPERIMENTAL: Track ASM Null Hypothesis significance level minima in eASM results

Description

EXPERIMENTAL: 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.