bc_decomp: bc_decomp

View source: R/bc_decomp.R

bc_decompR Documentation

bc_decomp

Description

This function uses six arguments

Usage

bc_decomp(
  data,
  sampler_length,
  internal_distance,
  external_distance,
  sampler_diameter,
  method = "linear"
)

Arguments

data

data.frame with the following columns "ID" "cm" "weight" "LOI" "c_org".

sampler_length

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

internal_distance

The length in cm of the part of the sampler left outside of the sediment (from the inside of the sampler).

external_distance

The length in cm of the part of the sampler left outside of the sediment (from the outside of the sampler).

sampler_diameter

diameter in cm of the sampler

method

used to estimate the decompressed depth of each section, "linear" or "exp". Default is "linear".


valybionda/BlueCarbon documentation built on May 10, 2023, 4:36 p.m.