plot_scenario {cvasi} | R Documentation |
Creates a prediction plot for one effect scenario
Description
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) |
Details
This function has been deprecated and replaced by the generic plot()
.
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)
Value
plot of the results for one effect scenario
Examples
# Please use `plot()` instead
metsulfuron %>%
simulate() %>%
plot()
[Package cvasi version 1.4.0 Index]