lines-methods: lines method for drFit object

Description Usage Arguments

Description

lines method for drFit object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
lines(x, ...)

## 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

...

additional parametrs passed to generic lines() function.

col

line color.

lwd

line width.

lty

line type.

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.


lshen1/drexplorer2 documentation built on June 2, 2020, 9:27 p.m.