plot.BIGLconfInt {BIGL} | R Documentation |
Plot confidence intervals in a contour plot
Description
Plot confidence intervals in a contour plot
Usage
## S3 method for class 'BIGLconfInt'
plot(
x,
color = "effect-size",
showAll = TRUE,
digits = 3,
xlab,
ylab,
greyScale = FALSE,
...
)
Arguments
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 |
digits |
Numeric value indicating the number of digits used for numeric values |
xlab |
String for the x axis label |
ylab |
String for the y axis label |
greyScale |
If |
... |
additional arguments, currently ignored |
Note
written after the contour() function in the drugCombo
package
[Package BIGL version 1.9.2 Index]