plot.effect-size: Plot of effect-size object

plot.effect-sizeR Documentation

Plot of effect-size object

Description

Plot of effect-size object

Usage

## S3 method for class ''effect-size''
plot(
  x,
  main = "Contour plot for effect size",
  xlab = "Dose (Compound 1)",
  ylab = "Dose (Compound 2)",
  colorPalette,
  logScale = TRUE,
  zTransform = function(z) {
     z
 },
  digits,
  digitsFunc,
  ...
)

Arguments

x

Object of class effect-size.

main

The main title (on top) using font, size (character expansion) and color par(c("font.main", "cex.main", "col.main")).

xlab

X axis label using font, size and color par(c("font.lab", "cex.lab", "col.lab")).

ylab

Y axis label, same font attributes as xlab.

colorPalette

Vector of color values

logScale

logScale

zTransform

zTransform

digits

Numeric value indicating the number of digits used for numeric values. Whether digitsFunc is provided, this will be ignored.

digitsFunc

Function to be applied to numeric values like doses. This expects a single parameter.

...

Further arguments that are passed to format function for formatting of axis labels


BIGL documentation built on July 9, 2023, 7:15 p.m.