bc_decomp | R Documentation |
This function uses six arguments
bc_decomp(
data,
sampler_length,
internal_distance,
external_distance,
sampler_diameter,
method = "linear"
)
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". |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.