Learn R Programming

cvasi (version 1.4.0)

plot_scenario: Creates a prediction plot for one effect scenario

Description

[Deprecated]

Usage

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

Value

plot of the results for one effect scenario

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)

Examples

Run this code
# Please use `plot()` instead
metsulfuron %>%
  simulate() %>%
  plot()

Run the code above in your browser using DataLab