View source: R/er_field_scores.R
er_field_scores | R Documentation |
Estimate the potential to contribute to agronomic and environmental challenges in a region given aims for soil quality, water quality, climate, biodiversity and landscape
er_field_scores(
B_SOILTYPE_AGR,
B_LU_BBWP,
B_LU_BRP,
B_AER_CBS,
B_AREA,
B_LU_ARABLE_ER,
B_LU_PRODUCTIVE_ER,
B_LU_CULTIVATED_ER,
measures = NULL,
sector
)
B_SOILTYPE_AGR |
(character) The type of soil |
B_LU_BBWP |
(character) The BBWP category used for allocation of measures to BBWP crop categories |
B_LU_BRP |
(numeric) The crop code (gewascode) from the BRP |
B_AER_CBS |
(character) The agricultural economic region in the Netherlands (CBS, 2016) |
B_AREA |
(numeric) the area of the field (m2) |
B_LU_ARABLE_ER |
(boolean) does the crop fall within the ER category "arable" |
B_LU_PRODUCTIVE_ER |
(boolean) does the crop fall within the ER category "productive" |
B_LU_CULTIVATED_ER |
(boolean) does the crop fall within the ER category "cultivated" |
measures |
(list) the measures planned / done per fields (measurement nr) |
sector |
(string) a vector with the farm type given the agricultural sector (options: 'melkveehouderij','akkerbouw','vollegrondsgroente','boomteelt','bollen','veehouderij','overig') |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.