View source: R/bc_compaction.R
bc_compaction | R Documentation |
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
bc_compaction(
core_data,
sampler_length = "sampler_length",
internal_distance = "internal_distance",
external_distance = "external_distance"
)
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 |
the initial data.frame with the addition of Percentage of core compression
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.