Learn R Programming

eadrm (version 0.1.4)

plot.eadrm: 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 eadrm
plot(x, ...)

Arguments

x

Object of class eadrm to plot.

...

Additional arguments to plot. Currently ignored.

See Also

eadrm

Examples

Run this code
# NOT RUN {
ea.fit <- eadrm(CarboA$y, CarboA$x)
plot(ea.fit)
# }

Run the code above in your browser using DataLab