gen_max: gen_max

View source: R/gen_max.R

gen_maxR Documentation

gen_max

Description

gen_max generates a set of maximally complete graphs from size "n_min" to "n_max", provided in the function call

Usage

gen_max(n_min, n_max)

Arguments

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

Value

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


collinmmccabe/enss documentation built on May 5, 2024, 6:23 a.m.