average_overlap: Compute the average overlap

View source: R/averageOverlap.R

average_overlapR Documentation

Compute the average overlap

Description

Compute the average overlap

Usage

average_overlap(obj)

Arguments

obj

Either a vector or matrix

Value

A vector of the average overlap

Examples

# 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)

SuperRanker documentation built on Aug. 28, 2023, 1:08 a.m.