strat.mean: Extrapolate and intrapolate tie points

View source: R/strat.mean.R

strat.meanR 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)


StratigrapheR documentation built on July 9, 2023, 6:02 p.m.