plot.effect-size {BIGL} | R 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,
reverse.x = FALSE,
reverse.y = FALSE,
swapAxes = FALSE,
...
)
Arguments
x |
Object of class |
main |
The main title (on top) using font, size (character
expansion) and color |
xlab |
X axis label using font, size and color
|
ylab |
Y axis label, same font attributes as |
colorPalette |
Vector of color values |
logScale |
logScale |
zTransform |
zTransform |
digits |
Numeric value indicating the number of digits used for numeric values. Whether |
digitsFunc |
Function to be applied to numeric values like doses. This expects a single parameter. |
reverse.x |
Reverse x axis? |
reverse.y |
Reverse y axis? |
swapAxes |
Swap x and y axes? |
... |
Further arguments that are passed to |
[Package BIGL version 1.9.2 Index]