calc_cropclass {OBIC} | R Documentation |
Determine classification rules for crops used to prepare crops.obic
Description
This function determines crop classes given crop response to P, K and S fertilizers
Usage
calc_cropclass(B_LU_BRP, B_SOILTYPE_AGR, nutrient)
Arguments
B_LU_BRP |
(numeric) The crop code from the BRP |
B_SOILTYPE_AGR |
(character) The agricultural type of soil |
nutrient |
(character) The nutrient for which crop classification is needed. Options include P, K and S. |
Value
The crop class representing its sensitivity for P, K or S deficiency. A character value.
References
CBAV (2022) Handboek Bodem en Bemesting,https://www.handboekbodemenbemesting.nl/
Examples
calc_cropclass(B_LU_BRP = 256, B_SOILTYPE_AGR = 'dekzand', nutrient = 'P')
calc_cropclass(B_LU_BRP = c(256,1027), B_SOILTYPE_AGR = c('dekzand','rivierklei'),nutrient = 'P')
[Package OBIC version 3.0.2 Index]