Plot of effect-size object
# S3 method for `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,
...
)
Object of class effect-size
.
The main title (on top) using font, size (character
expansion) and color par(c("font.main", "cex.main", "col.main"))
.
X axis label using font, size and color
par(c("font.lab", "cex.lab", "col.lab"))
.
Y axis label, same font attributes as xlab
.
Vector of color values
logScale
zTransform
Numeric value indicating the number of digits used for numeric values. Whether digitsFunc
is provided, this will be ignored.
Function to be applied to numeric values like doses. This expects a single parameter.
Reverse x axis?
Reverse y axis?
Swap x and y axes?
Further arguments that are passed to format
function
for formatting of axis labels