gen_max | R Documentation |
gen_max generates a set of maximally complete graphs from size "n_min" to "n_max", provided in the function call
gen_max(n_min, n_max)
n_min |
An integer of the lowest number of nodes to be generated as a maximally complete graph |
n_max |
An integer of the highest number of nodes to be generated as a maximally complete graph |
list wirh 2 elements, the first of which (g) contains sociomatrices for each maximally complete graph, and the second of which (el) contains edgelists for those same graphs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.