plot | R Documentation |
These functions overload base::plot()
to provide simple plotting
routines to display various time-series and scenario objects.
## S3 method for class 'cvasi_drc'
plot(x, y, scale_x = c("auto", "log10", "none"), ...)
## S3 method for class 'cvasi_simulate'
plot(x, y, ...)
## S3 method for class 'lik_profile'
plot(x, y, ...)
plot_lik_profile(x)
x |
object to plot |
y |
unused parameter |
scale_x |
character, controls how the x-axis is scaled. |
... |
unused parameters |
(ggplot2) plot object
plot(cvasi_drc)
: Plot dose response curves
plot(cvasi_simulate)
: Plot return value of simulate()
plot(lik_profile)
: Plot likelihood profiles.
plot_lik_profile()
: Alias of plot.lik_profile()
for backwards-compatibility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.