
Last chance! 50% off unlimited learning
Sale ends in
Model differential accumulation. The input variable (e.g., insolation, proxy value) is rescaled to sedimentation rate curve varying from sedmin to sedmax. Input series must be evenly sampled in time.
diffAccum(dat,sedmin=0.01,sedmax=0.02,dir=1,genplot=T,verbose=T)
Model input series with two columns. First column must be time in ka, second column should be data value. Data series must be evenly sampled in time.
Minimum sedimentation rate (m/ka)
Maximum sedimentation rate (m/ka)
1=peaks have higher accumulation rate, -1=troughs have higher accumulation rate
Generate summary plots? (T or F)
Verbose output? (T or F)
# generate model with one 20 ka cycle
ex <- cycles(1/20)
diffAccum(ex)
Run the code above in your browser using DataLab