plot_scenario | R Documentation |
plot_scenario(model_base, plot_col = 2, trial_number = NULL)
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) |
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)
plot of the results for one effect scenario
# Please use `plot()` instead
metsulfuron %>%
simulate() %>%
plot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.