plot.ResponseSurface {BIGL} | R Documentation |
Method for plotting response surface objects
Description
Method for plotting response surface objects
Usage
## S3 method for class 'ResponseSurface'
plot(
x,
color = c("z-score", "maxR", "occupancy", "effect-size"),
greyScale = FALSE,
...
)
Arguments
x |
Output of |
color |
Character indicating on what values surface coloring will be based. If |
greyScale |
If |
... |
Further parameters passed to |