plot {cvasi}R Documentation

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 class 'cvasi.drc'
plot(x, y, scale_x = c("auto", "log10", "none"), ...)

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

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

Value

ggplot2 plot object

Methods (by class)


[Package cvasi version 1.4.0 Index]