sedRamp | R Documentation |
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)
dat |
Time series. First column should be time (in ka), second column should be data value. |
srstart |
Initial sedimentation rate (in m/ka). |
srend |
Final sedimentation rate (in m/ka). |
genplot |
Generate summary plots? (T or F) |
verbose |
Verbose output? (T or F) |
modeled stratigraphic series.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.