powered by
Extrapolate and intrapolate of stratigraphical tie points or events, based on their position in different sections
strat.mean(dt, events = NULL, sections = NULL)
a matrix of depth (or time) of the different tie points. Columns are for the sections, rows for each tie point
the name of the tie points
the name of the sections
dt <- tie.points.example[,2:6] events <- tie.points.example[,1] strat.mean(dt = dt, events = events)
Run the code above in your browser using DataLab