View source: R/relative_yield.R
relative_yield | R Documentation |
This function calculates the relative yield of an observed dry matter yield compared to the reference dry matter yield in the Swiss fertilizing guidelines \insertCiteGRUD2017_ch8SoilManageR.
relative_yield(var_crop, var_yield)
var_crop |
string with name of crop type, must match with the Crops in the C_input_crops_LUT |
var_yield |
observed dry matter yield (tDM/ha) |
the numeric value for the relative yield
productivity_indicator()
to calculate relative yields for a management_df
C_input_crops_LUT()
for reference yield used in the relative_yield()
function
relative_yield("wheat, winter", 4.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.