plotFisherTest | R Documentation |
Conduct a Fisher's exact test and plot the results as a heatmap
plotFisherTest(x, y = NULL, name.x = NULL, name.y = NULL, ...)
x |
factor object or one that can be coerced to one. Alternative a 2x2 contingency matrix |
y |
factor object or one that can be coerced to one |
name.x |
optional character string specifying the name for the first grouping |
name.y |
optional character string specifying the name for the second grouping |
... |
arguments passed on to |
an S3
object containing the test result object as returned by fisher.test
and a ggplot
object
Fabian Mueller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.