plotIAI: Visualize interaction index

Description Usage Arguments

View source: R/drexplorer_IAI.R

Description

Visualize interaction index

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
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


lshen1/drexplorer2 documentation built on June 2, 2020, 9:27 p.m.