contour.tauSurface: Contour-plot method for "tauSurface" objects

Description Usage Arguments Details Value Author(s)

View source: R/plot.tauSurface.R

Description

Contour-plot method for "tauSurface" objects

Usage

1
2
## S3 method for class 'tauSurface'
contour(x, digits = 4, ...)

Arguments

x

A tauSurface object returned by getTauSurface.

digits

Number of digits used in format for the dose labels.

...

Further parameters, currently not used.

Details

The function returns a heatmap-like plot displaying the interaction index (tau) estimates and pointwise confidence intervals numerically. Blue and red colours are used to indicate areas of synergy (if confidence interval lies entirely below 1) or antagonism (if confidence interval lies entirely above 1). Note that color intensity is determined by the absolute values of the interaction indices.

Value

a ggplot2 object

Author(s)

Maxim Nazarov


drugCombo documentation built on June 30, 2021, 1:07 a.m.