Description Usage Arguments Value
View source: R/module-helpers.R
function to translate from soil, veg, and mature age data (already in a table) to the required read-in model parameters
1 2 | add_carbon_info(data, carbon_info_table, matchvars = c("region", "GLU",
Cdensity_LT = "Land_Type"))
|
data |
= input data tibble to receive carbon info |
carbon_info_table |
= table with veg and soil carbon densities, and mature.age |
matchvars |
= a character vector for by = in left_join(data, carbon_info_table, by = ...) |
the original table with carbon density info added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.