Learn R Programming

cvasi (version 1.4.0)

plot: S3 plotting functions

Description

These functions overload base::plot() to provide simple plotting routines to display various time-series and scenario objects.

Usage

# S3 method for cvasi.drc
plot(x, y, scale_x = c("auto", "log10", "none"), ...)

# S3 method for cvasi.simulate plot(x, y, ...)

Value

ggplot2 plot object

Arguments

x

object to plot

y

unused parameter

scale_x

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

Methods (by class)

  • plot(cvasi.drc): Plot dose response curves

  • plot(cvasi.simulate): Plot return value of simulate()