View source: R/confInt-functions.R
plot.BIGLconfInt | R Documentation |
Plot confidence intervals in a contour plot
## S3 method for class 'BIGLconfInt'
plot(
x,
color = "effect-size",
showAll = TRUE,
digits = 3,
xlab,
ylab,
greyScale = FALSE,
size = 3,
...
)
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 |
size |
font size |
... |
additional arguments |
written after the contour() function in the drugCombo
package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.