View source: R/list_kcliques.R
covers | R Documentation |
Check if a set covers a partition check if a set covers a partition, that is: "it contains at least one element from each cell of the partition"
covers(set, partition)
set |
a character vector containing members of the set |
partition |
a list of character vector containing members of the partition |
A logical: TRUE if the set covers the partition and FALSE if not
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.