isobologram: Plot an isobologram

Description Usage Arguments Details Value Examples

Description

Plot an isobologram

Usage

1
isobologram(object, effect = 0.5, mode = c("linear", "SP"))

Arguments

object

a DrugSyn object

effect

numeric, effect at which the isobologram is computed

mode

type of the isobologram, see Details

Details

The mode argument defines the isobologram type. Use linear for classical isobologram where additivity is represented as a line; use SP to plot isobologram as defined by Steel and Peckham where additivity is represented as an enveloppe.

Value

a plot

Examples

1
2
3
4
5
data(exDrugSyn)
## linear isobologram
isobologram(exDrugSyn)
## Steel and Peckham isobologram
isobologram(exDrugSyn, mode = "SP")

PieGes/synerdrug documentation built on May 8, 2019, 1:41 p.m.