lines: lines method for hillFit class

Description Usage Arguments

Description

lines method for hillFit class

lines method for nci60Fit class

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
## S3 method for class 'hillFit'
lines(
  fit,
  col = 1,
  lwd = 2,
  show_points = FALSE,
  pcol = "black",
  pch = 16,
  ...
)

## S3 method for class 'nci60Fit'
lines(
  fit,
  pcol = "black",
  lcol = "black",
  lwd = 2,
  lty = 1,
  pch = 16,
  type = c("line")
)

Arguments

fit

a hillFit object as returned by hillFit.

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.

...

additional parametrs passed to generic lines() function.

lcol

line color.

lty

line type.

type

default is set to line.


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