isobologram: Isobologram of the response surface predicted by the null...

View source: R/isobologram.R

isobologramR Documentation

Isobologram of the response surface predicted by the null model

Description

If transformation functions are used, then the isobologram response levels will be plotted on the transformed scale.

Usage

isobologram(x, grid.len = 100, logScale = TRUE, ...)

Arguments

x

Output of fitSurface

grid.len

Number of concentrations to plot for each compound in the contour plot. An evenly spaced grid of doses will be generated for each compound given its respective observed minimum and maximum doses. Note that grid.len^2 computations will be needed later so this number should stay reasonably low.

logScale

If logScale = TRUE, then grid of doses is evenly spaced in the logarithmic scale.

...

Further parameters that are not used at this moment.


openanalytics/BIGL documentation built on July 7, 2023, 7:49 a.m.