plot the the input data for quality control
plotinput.Rd
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
Arguments
- Scenario_s
is the tibble with designed scenarios (designed with
design_scenario()
)