shadowPlot: shadow plot for multiple fits

Description Usage Arguments Details

View source: R/base.R

Description

this plots multiple curves from a set of experiments

Usage

1
2
3
4
shadowPlot(fitResList, indFocus = 1, h = c(0.3, 0.5), main = NA,
  cex.main = 1, type = c("plot", "line"), tag = "", style = "simple",
  xlab = NA, ylab = NA, ylim = NA, xlim = NA, lwd = 2, lty = 1,
  fgcol = NA, bgcol = 80, alpha = NA)

Arguments

fitResList

a list of fit result from multiple experiments

indFocus

which experiment to highlight and other are treated as background shadow

h

horizontal line added to the figure, i.e. indicating IC50, IC70

main

main

cex.main

cex.main to adjust main title size

style

either 'full' or 'simple' indicating if data points to be added.

xlab

xlab

ylab

ylab

lwd

line width for the curves

fgcol

col for focused line

bgcol

col for background lines; can be a vector so that each line have different color

alpha

alpha blending for background lines

Details

when passing a list with one fit object, this can be used to plot the best model for a experiment


nickytong/drexplorerExtra documentation built on May 20, 2019, 9:15 p.m.