comb_size: Sizes of the Combination sets

Description Usage Arguments Value Examples

Description

Sizes of the Combination sets

Usage

1

Arguments

m

A combination matrix returned by make_comb_mat.

Value

A vector of sizes of the combination sets.

Examples

1
2
3
4
5
6
set.seed(123)
lt = list(a = sample(letters, 10),
          b = sample(letters, 15),
          c = sample(letters, 20))
m = make_comb_mat(lt)
comb_size(m)

zhongmicai/complexHeatmap documentation built on May 7, 2019, 6:11 a.m.