tp_to_ddc {admtools} | R 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 |
[Package admtools version 0.6.0 Index]