plot_DRC: Plot a dose response curve

Description Usage Arguments Value Examples

View source: R/plot_DRC.R

Description

This functions plots the dose response curve of an object that was created with the fit_DRC() function

Usage

1

Arguments

object

list (required): a results object returned from the fit_DRC function

interactive

link{logical} (optional): create an interactive plot (requires the plotly package)

...

further graphical parameters to be passed to plot

Value

Returns a plot

Examples

1
2
3
4
#' ##load example data
data(ExampleData.De, envir = environment())
obj <- fit_DRC(input.data = ExampleData.De, fit.weights = 'prop')
plot_DRC(obj)

tzerk/ESR documentation built on May 20, 2019, 1:12 p.m.