calc_rootshoot_ratio: Calculate root/shoot ratio into new column

Description Usage Arguments Value Examples

View source: R/calc_rootshoot_ratio.R

Description

Calculate root/shoot ratio into new column

Usage

1
2
3
4
5
calc_rootshoot_ratio(
  data = ecotox,
  BELOWGROUND = ecotox$BELOWGROUND,
  ABOVE_GROUND = ecotox$ABOVE_GROUND
)

Arguments

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)

Value

rs_ratio (numeric)

Examples

1
calc_rootshoot_ratio (BELOWGROUND/ABOVE_GROUND)

tesseracrockett/crockett.pkg documentation built on Dec. 31, 2020, 8:34 a.m.