
Last chance! 50% off unlimited learning
Sale ends in
Apply a linearly increasing (or decreasing) sedimentation rate model to convert time to stratigraphy.
sedRamp(dat,srstart=0.01,srend=0.05,genplot=T,verbose=T)
Time series. First column should be time (in ka), second column should be data value.
Initial sedimentation rate (in m/ka).
Final sedimentation rate (in m/ka).
Generate summary plots? (T or F)
Verbose output? (T or F)
modeled stratigraphic series.
# NOT RUN {
# generate example series with 3 precession terms using function 'cycles'
# then convert from time to space using sedimentation rate that increases from 1 to 7 cm/ka
ex=sedRamp(cycles(),srstart=0.01,srend=0.07)
# }
Run the code above in your browser using DataLab