Plot of maxR object
# S3 method for maxR
plot(
x,
main = "Contour plot for maxR",
xlab = "Dose (Compound 1)",
ylab = "Dose (Compound 2)",
colorPalette = c("blue", "white", "red"),
logScale = TRUE,
zTransform = function(z) {
z
},
plevels = c(0.7, 0.8, 0.9, 0.95, 0.99, 0.999),
cutoff = max(plevels),
maxshow = NULL,
reverse.x = FALSE,
reverse.y = FALSE,
swapAxes = FALSE,
...
)
Output of maxR
. This can also be "maxR"
element in the output of fitSurface
.
Fixed non-moving title for the 3D plot
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 names for surface
Draw doses on log-scale (setting zeroes to be finite constant)
Optional transformation function for z-axis. By default, identity function is used.
Probability levels used to generate a color scale
Probability cutoff to use for range of colors
Forced value for range of colors
Reverse x axis?
Reverse y axis?
Swap x and y axes?
Further arguments that are passed to format
function
for formatting of axis labels