plot.eadrm: Plot an eadrm object

View source: R/ea_funcs.R

plot.eadrmR Documentation

Plot an eadrm object

Description

Plots the data used to fit an eadrm object as well as the fitted dose-response curve

Usage

## S3 method for class 'eadrm'
plot(x, ...)

Arguments

x

Object of class eadrm to plot.

...

Additional arguments to plot. Currently ignored.

See Also

eadrm

Examples

ea.fit <- eadrm(CarboA$y, CarboA$x)
plot(ea.fit)

eadrm documentation built on May 30, 2022, 1:08 a.m.

Related to plot.eadrm in eadrm...