View source: R/averageOverlap.R
average_overlap | R Documentation |
Compute the average overlap
average_overlap(obj)
obj |
Either a vector or matrix |
A vector of the average overlap
# setting with 3 lists
mlist <- matrix(cbind(1:8,c(1,2,3,5,6,7,4,8),c(1,5,3,4,2,8,7,6)),ncol=3)
average_overlap(mlist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.