sed_rate_from_matrix {admtools}R Documentation

make sed rate gen from matrix

Description

at height height[i], the sedimentation rate is specified by the pdf ⁠approxfun(sedrate, matrix[i,]⁠)

Usage

sed_rate_from_matrix(height, sedrate, matrix, rate = 1)

Arguments

height

vector of heights

sedrate

vector of sed. rates x values

matrix

matrix of sed rate y values

rate

numeric, rate of the Poisson point process determining frequency of sedimentation rate changes.

Value

a function factory for usage with sedrate_to_multiadm

See Also

sedrate_to_multiadm() for estimating sedimentation rates based on the outputs, get_data_from_eTimeOpt() for extracting data from the eTimeOpt function of the astrochron package.


[Package admtools version 0.2.0 Index]