constantSedrate {astrochron} | R Documentation |
Apply a constant sedimentation rate model to transform a spatial series to temporal series
Description
Apply a constant sedimentation rate model to transform a spatial series to temporal series.
Usage
constantSedrate(dat,sedrate,begin=0,timeDir=1,genplot=T,verbose=T)
Arguments
dat |
Stratigraphic series. First column should be location (e.g., depth), second column should be data value. |
sedrate |
Sedimentation rate, in same spatial units as dat. |
begin |
Time value to assign to first datum. |
timeDir |
Direction of floating time in tuned record: 1 = elapsed time increases with depth/height; -1 = elapsed time decreases with depth/height) |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
[Package astrochron version 1.3 Index]