plot.BIGLconfInt {BIGL} | R Documentation |
Plot confidence intervals in a contour plot
## S3 method for class 'BIGLconfInt'
plot(x, color = "effect-size", showAll = TRUE, ...)
x |
off axis confidence intervals, a data frame |
color |
analysis with which to colour cells, either |
showAll |
show all intervals in the plot or only significant ones, logical defaulting to |
... |
additional arguments, currently ignored |
written after the contour() function in the drugCombo
package