Description Usage Arguments Value Examples
View source: R/calc_rootshoot_ratio.R
Calculate root/shoot ratio into new column
1 2 3 4 5 | calc_rootshoot_ratio(
data = ecotox,
BELOWGROUND = ecotox$BELOWGROUND,
ABOVE_GROUND = ecotox$ABOVE_GROUND
)
|
BELOWGROUND |
weight of BELOWGROUND biomass in grams (numeric, no default) |
ABOVE_GROUND |
weight of the ABOVE_GROUND biomass in grams (numeric, no default) |
ecotox |
name of tibble 'ecotox' (tibble, no default) |
rs_ratio (numeric)
1 | calc_rootshoot_ratio (BELOWGROUND/ABOVE_GROUND)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.