lines-drFit-method: lines method for drFit object

Description Usage Arguments

Description

lines method for drFit object

Usage

1
2
3
## S4 method for signature 'drFit'
lines(x, col = 5, lwd = 2, lty = 1,
  show_points = FALSE, pcol = "black", pch = 16, type = c("line"), ...)

Arguments

x

a drFit object

col

line color

lwd

line width

show_points

whether to add points for dose-response paires (dose not 0)

pcol

color for points; only relevant if show_points is TRUE

pch

pch for points; only relevant if show_points is TRUE

type

the plot type. The user can specify more flexibly by specifying a vector of entities to plot including: line: dose response curve points: observed data points

...

additional parametrs passed to generic lines() function


nickytong/drexplorer documentation built on May 23, 2019, 5:08 p.m.