Description Usage Arguments Value Examples
Starting from the sorted elements of each clique of the list, this function generates names fusing in a string the element names.
1 | nameCliques(cliques)
|
cliques |
a list where each element is a clique. |
vector of strings
1 2 | toyCliques <- list(c(45,36,90), c(36,1000,35))
nameCliques(toyCliques)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.