plotSurface: Plot drugSyn object as surface

Description Usage Arguments Value Examples

Description

Plot drugSyn object as surface

Usage

1
2
plotSurface(object, what = c("value", "Loewe", "LoeweExcess", "HSA", "Bliss",
  "Chou"), gridDensity = 4, ...)

Arguments

object

a DrugSyn object

what

data to plot

gridDensity

density of the grid for interpolation

...

other arguments passed to persp

Value

a plot

Examples

1
2
3
4
5
6
7
#' data(exDrugSyn)
## Experimental data
plotSurface(exDrugSyn)
## change azimuth
plotSurface(exDrugSyn, theta = -80)
## Loewe excess
plotSurface(exDrugSyn, what = "LoeweExcess")

InstitutCurie/synerdrug documentation built on May 8, 2019, 10:56 a.m.