Visualizes the combination index from CIcompX as a function of the fraction affected.
Usage
plotFACI(
effList,
indAxis = c("ED", "EF"),
caRef = TRUE,
showPoints = FALSE,
add = FALSE,
ylim,
...
)Arguments
- effList
a list as returned by
CIcompX.- indAxis
character string. Either "ED" for effective doses or "EF" for effects.
- caRef
logical. If TRUE (default), a reference line for concentration addition is drawn.
- showPoints
logical. If TRUE, estimated combination indices are plotted as points.
- add
logical. If TRUE, the plot is added to an existing plot.
- ylim
numeric vector of length 2 giving the range for the y axis.
- ...
additional graphical arguments.
