Method for plotting of contours based on maxR statistics
# S3 method for ResponseSurface
contour(
x,
colorBy = "maxR",
reverse.x = FALSE,
reverse.y = FALSE,
swapAxes = FALSE,
greyScale = FALSE,
...
)
Output of fitSurface
String indicating the characteristic to use for coloring ("maxR" or "effect-size"). By default, "maxR".
Reverse x axis?
Reverse y axis?
Swap x and y axes?
If greyScale = TRUE
, then plot is in grey scale,
otherwise in colour.
Further parameters passed to plot.maxR
or plot.effect-size