A string specifying the model to be used for sampling networks
(current choices are: "sbm", "k_regular", "gnp", "smallworld",
"pa", "poisson" and "binomial"). Defaults to "smallworld".
n
An integer specifying the sample size. Defaults to 1L.
num_vertices
An integer specifying the order of the graphs to be
generated (i.e. the number of nodes). Defaults to 25L.
model_params
A named list setting the parameters of the model you are
considering. Defaults to list(dim = 1L, nei = 4L, p = 0.15) which sets
defaults parameters for the Watts-Strogatz small-world model generator.
seed
An integer specifying the random generator seed. Defaults to
1234.