Skip to contents

plotinput() takes the scenario tibble as an input, checks whether the scenario tibble is correctly designed, and the required data are correctly loaded. If successful, it produces a ggplot with visualization of the input data

Usage

plotinput(Scenario_s)

Arguments

Scenario_s

is the tibble with designed scenarios (designed with design_scenario())

Value

ggplots with input data (in RStudio: check the 'Plots' tab) and tables for irrigation and soils (in RStudio: check the 'Viewer' tab)

Examples

if (FALSE) plotinput(Scenario_s)