plot_scenario: Creates a prediction plot for one effect scenario

View source: R/plotting.r

plot_scenarioR Documentation

Creates a prediction plot for one effect scenario

Description

Sometimes it is helpful if the user can plot results of one effect scenario. This is for instance the case for test simulations or predictions for one profile. This function runs the simulation for one effect scenario and plots the results. Function plots the time (column 1) and the predictions (column 2, can be changed by the user plot_col)

Usage

plot_scenario(model_base, plot_col = 2, trial_number = NULL)

Arguments

model_base

effect scenario object with mean parameters

plot_col

output column which should be plotted, default = 2

trial_number

name for model run (if available tag is used)

Value

plot of the results for one ⁠effect scenario⁠

Examples

plot_scenario(metsulfuron)

cvasi documentation built on Sept. 23, 2024, 9:08 a.m.