plot_scenario {cvasi} | R 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)
[Package cvasi version 1.1.3 Index]