nameCliques {clipper} | R Documentation |
Starting from the sorted elements of each clique of the list, this function generates names fusing in a string the element names.
nameCliques(cliques)
cliques |
a list where each element is a clique. |
vector of strings
toyCliques <- list(c(45,36,90), c(36,1000,35)) nameCliques(toyCliques)