Description Usage Arguments Value
View source: R/Leaf_Litter_Calculation.R
Calculates the Leaf litter difference across years of collected leaflitter weights(g)
1 2 3 4 5 | leaf_diff_y2017_2018(
data = Leaf_litter_filtered,
Y2017 = Leaf_litter_filtered$Y2017,
Y2018 = Leaf_litter_filtered$Y2018
)
|
Y2017 |
year 2017 leaf litter weights (numeric, no default) |
Y2018 |
year 2018 leaf litter weights (numeric, no default) |
Leaf_litter_filtered |
name of data table (tibble, no default) |
difference between yearly leaf litter weights (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.