bc_compaction: bc_compaction

View source: R/bc_compaction.R

bc_compactionR Documentation

bc_compaction

Description

Calculates Percentage of core compression for cores Accepts a data.frame with core properties and returns a modified version of it, with the addition of the estimated parameters

Usage

bc_compaction(
  core_data,
  sampler_length = "sampler_length",
  internal_distance = "internal_distance",
  external_distance = "external_distance"
)

Arguments

core_data

data.frame with core properties

sampler_length

name of the column with the total length of the sampler tube

internal_distance

name of the column with distance between sampler top and core surface

external_distance

name of the column with distance between sampler top and sediment surface

Value

the initial data.frame with the addition of Percentage of core compression


costavale/BlueCarbon documentation built on May 7, 2023, 2:18 a.m.