| strat.mean {StratigrapheR} | R Documentation | 
Extrapolate and intrapolate tie points
Description
Extrapolate and intrapolate of stratigraphical tie points or events, based on their position in different sections
Usage
strat.mean(dt, events = NULL, sections = NULL)
Arguments
| dt | a matrix of depth (or time) of the different tie points. Columns are for the sections, rows for each tie point | 
| events | the name of the tie points | 
| sections | the name of the sections | 
Examples
dt     <- tie.points.example[,2:6]
events <- tie.points.example[,1]
strat.mean(dt = dt, events = events)
[Package StratigrapheR version 1.3.1 Index]