plotLoeweData {mixlow}R Documentation

Plot Loewe analysis results

Description

Plots results returned from the doLoewe function.

Usage

plotLoeweData(loeweData, ...)

Arguments

loeweData A list returned from the doLoewe function.
... Additional parameters, including main and legend to be passed to the plot function

Details

Two figures are generated from the Loewe analysis. The first shows the estimated index and its confidence intervals, along with the reference index at 1.0. Values below this reference line are indicative of synergism and values above are indicative of antagonism. When the upper and lower confidence interval limits both fall below 1.0, then statistically significant synergism is occurring. When the upper and lower confidence interval limits both fall above 1.0, then statistically significant antagonism is occurring. The second figure shows the estimated concentration- response curves for each drug and the mixture. To save both figures to disk, sandwich the plotLoeweData command between pdf and code{dev.off} commands, for example.

Value

None

Author(s)

John Boik jcboik@stanford.edu

Examples

# loeweData data object is obtained using the doLoewe function
data("loeweData")
plotLoeweData(loeweData, ask=TRUE)

[Package mixlow version 0.01.1 Index]