er_croprotation: Calculate the crop rotation based total score for five...

View source: R/er_croprotation.R

er_croprotationR Documentation

Calculate the crop rotation based total score for five opportunity indicators

Description

Estimate the actual contribution of crop rotation given aims for soil quality, water quality, climate, biodiversity and landscape

Usage

er_croprotation(
  B_SOILTYPE_AGR,
  B_AER_CBS,
  B_AREA,
  B_LU_BBWP,
  B_LU_BRP,
  B_LU_ARABLE_ER,
  B_LU_PRODUCTIVE_ER,
  B_LU_CULTIVATED_ER,
  measures,
  sector,
  pdf = FALSE
)

Arguments

B_SOILTYPE_AGR

(character) The type of soil

B_AER_CBS

(character) The agricultural economic region in the Netherlands (CBS, 2016)

B_AREA

(numeric) the area of the field (m2)

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_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

sector

(string) a vector with the farm type given the agricultural sector (options: 'dairy', 'arable', 'tree_nursery', 'bulbs')

pdf

(boolean) is there a pdf needed


AgroCares/BedrijfsBodemWaterPlanCalculator documentation built on March 5, 2025, 2:24 p.m.