Skip to contents

Calculate total irrigation need according to irrigation need of each culture of the simulated scenario

Usage

total_irrigation_need(scenario)

Arguments

scenario

data.frame scenario with irrigation_need_m3an column obtained with irrigation_need_calculation function

Value

total_irrigation_need

Examples

scenario_apprentissage <- create_scenario(
  system.file("input_1culture_2pop.xlsx", package = "ambre")
)
irrigation_need <- irrigation_need_calculation(scenario_apprentissage)
total_irrigation_need(irrigation_need)
#> [1] 222500