powered by
This function plots a matrix of overlap.
hyperoverlap_pairs_plot(x, cols = pal)
A ggplot object
ggplot
A matrix of the form produced by produced by hyperoverlap_set() (see Details).
hyperoverlap_set()
A vector of colours (default: c("red","blue")).
c("red","blue")
Input matrix must contain columns named "entity1", "entity2" and "result"
hyperoverlap.iris.set = hyperoverlap_set(iris[1:3],iris$Species, kernel="linear") hyperoverlap_pairs_plot(hyperoverlap.iris.set)
Run the code above in your browser using DataLab