coreSection_to_dblf: Calculate depth below lake floor

View source: R/coreSectionDepth.R

coreSection_to_dblfR Documentation

Calculate depth below lake floor

Description

Calculate depth below lake floor

Usage

coreSection_to_dblf(
  corename,
  cm,
  extraAllowedBottom = 1,
  extraAllowedTop = 0.25
)

Arguments

corename

Name of the lakes 380 core section

cm

section depth, from the top of the core liner, in cm

extraAllowedBottom

how many cm below the bottom of the ROI are allowed (converted to bottom of ROI) (default = 1)

extraAllowedTop

how many cm above the top of the ROI are allowed (converted to top of ROI) (default = 0.25)

Value

depth below lake floor in cm

Examples


coreSection_to_dblf("L380_DUNCA3_LC4U_1",50:60)


nickmckay/Lakes380CoreDepthTools documentation built on Sept. 13, 2023, 4:56 p.m.