clipper (version 1.12.0)

nameCliques: Generate clique names from their own elements.

Description

Starting from the sorted elements of each clique of the list, this function generates names fusing in a string the element names.

Usage

nameCliques(cliques)

Arguments

cliques
a list where each element is a clique.

Value

Examples

Run this code
toyCliques <- list(c(45,36,90), c(36,1000,35))
nameCliques(toyCliques)

Run the code above in your browser using DataLab