plotIAI: Visualize interaction index

Description Usage Arguments

Description

Visualize interaction index

Usage

1
2
3
plotIAI(fit, type = c("IAI", "medianEffect", "doseResponseCurve", "contour"),
  contour.level = (1:9)/10, ylim = NULL, mode = "both", logd = FALSE,
  align = TRUE, cex.legend = 1, legend.position = "topright")

Arguments

fit

the fitted result from fitIAI()

type

type of plot from c('IAI', 'medianEffect', 'doseResponseCurve', 'contour')

contour.level

contour level. only effective if type='contour'

ylim

y axis limit

mode

specify if to plot against response, dose or both. only effective if type=='IAI'. can be either 'response', 'dose', or 'both'

logd

logd passed to plot_median_effect

align

align passed to plot_median_effect

cex.legend

cex.legend passed to plot_median_effect

legend.position

legend.position passed to plot_median_effect


nickytong/drexplorer documentation built on May 23, 2019, 5:08 p.m.