Learn R Programming

admtools (version 0.4.0)

tp_to_sac: define sed. acc. curve

Description

defines sac (sediment accumulation curve) object from tie points

Usage

tp_to_sac(t, h, T_unit = NULL, L_unit = NULL)

Value

a sac object reflecting a sediment accumulation curve

Arguments

t

numeric vector, time coordinates of tie points

h

numeric vector, height coordinates of tie points

T_unit

time unit

L_unit

length unit

See Also

sac_to_adm() to transform sediment accumulation curves into age-depth models, get_T_tp() and get_L_tp() to extract time and height/length tie points