View source: R/hyperoverlap_pairs_plot.r
| hyperoverlap_pairs_plot | R Documentation |
This function plots a matrix of overlap.
hyperoverlap_pairs_plot(x, cols = pal)
x |
A matrix of the form produced by produced by |
cols |
A vector of colours (default: |
Input matrix must contain columns named "entity1", "entity2" and "result"
A ggplot object
hyperoverlap.iris.set = hyperoverlap_set(iris[1:3],iris$Species, kernel="linear")
hyperoverlap_pairs_plot(hyperoverlap.iris.set)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.