Description Usage Arguments Value Examples
View source: R/calc_finalheight_diff.R
Calculate final plant height into new column
1 2 3 4 5 | calc_finalheight_diff(
data = ecotox,
HEIGHT_F = ecotox$HEIGHT_F,
HEIGHT_I = ecotox$HEIGHT_I
)
|
HEIGHT_F |
final height of plant in cm (numeric, no default) |
HEIGHT_I |
initial height of plant in cm (numeric, no default) |
ecotox |
name of tibble 'ecotox' (tibble, no default) |
difference (numeric)
1 | calc_finalheight_diff (HEIGHT_F-HEIGHT_I)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.