calc_makkink | R Documentation |
This function adds Makkink correction factors for ET and crop cover to the crop rotation table
calc_makkink(B_LU_BRP)
B_LU_BRP |
(numeric) The crop code from the BRP |
A datatable with the crop dependent Makkink correction factor per month. Output is a single data.table with for each B_LU_BRP code the monthly correction factor. Columns of the data.table are: crop_makkink, month, year, mcf and crop_cover.
calc_makkink(B_LU_BRP = 265)
calc_makkink(B_LU_BRP = c(265,1019))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.