contour.ResponseSurface {BIGL} | R Documentation |
Method for plotting of contours based on maxR statistics
Description
Method for plotting of contours based on maxR statistics
Usage
## S3 method for class 'ResponseSurface'
contour(
x,
colorBy = "maxR",
reverse.x = FALSE,
reverse.y = FALSE,
swapAxes = FALSE,
greyScale = FALSE,
...
)
Arguments
x |
Output of |
colorBy |
String indicating the characteristic to use for coloring ("maxR" or "effect-size"). By default, "maxR". |
reverse.x |
Reverse x axis? |
reverse.y |
Reverse y axis? |
swapAxes |
Swap x and y axes? |
greyScale |
If |
... |
Further parameters passed to |
[Package BIGL version 1.9.2 Index]