Skip to contents

Converts NPP components to dry matter, carbon, and nitrogen units, including crop and weed biomass.

Usage

calculate_npp_dm_c_n(AreaNPP)

Arguments

AreaNPP

A data frame with NPP components and biomass coefficients

Value

A data frame with NPP expressed in DM, C, and N for all components

Examples

if (FALSE) { # \dontrun{
npp_nutrients <- calculate_npp_dm_c_n(area_npp_data)
} # }