These functions overload base::plot()
to provide simple plotting
routines to display various time-series and scenario objects.
# S3 method for cvasi.drc
plot(x, y, scale_x = c("auto", "log10", "none"), ...)# S3 method for cvasi.simulate
plot(x, y, ...)
ggplot2 plot object
object to plot
unused parameter
character, controls how the x-axis is scaled. log10
for
a log10-scaled axis, none
for no scaling, and auto
for automatic selection
unused parameters
plot(cvasi.drc)
: Plot dose response curves
plot(cvasi.simulate)
: Plot return value of simulate()