add_carbon_info: add_carbon_info

Description Usage Arguments Value

View source: R/module-helpers.R

Description

function to translate from soil, veg, and mature age data (already in a table) to the required read-in model parameters

Usage

1
2
add_carbon_info(data, carbon_info_table, matchvars = c("region", "GLU",
  Cdensity_LT = "Land_Type"))

Arguments

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 = ...)

Value

the original table with carbon density info added


rohmin9122/gcam-korea-release documentation built on Nov. 26, 2020, 8:11 a.m.