tp_to_ddc: construct depth-depth curve from coeval heights

View source: R/tp_to_ddc.R

tp_to_ddcR Documentation

construct depth-depth curve from coeval heights

Description

constructs a depth-depth curve (ddc object) from a vector of coeval heights specified by h1 and h2

Usage

tp_to_ddc(
  h1,
  h2,
  L_unit_1 = NULL,
  L_unit_2 = NULL,
  sec_1 = "unnamed section 1",
  sec_2 = "unnamed section 2"
)

Arguments

h1

height tie points in section 1

h2

height tie points in section 2

L_unit_1

Length unit in section 1

L_unit_2

Length unit in section 2

sec_1

name of section 1

sec_2

name of section 2


admtools documentation built on June 8, 2025, 10:35 a.m.