nvd | R Documentation |
This is the constructor for objects of class nvd
.
nvd(sample_size, model, ...)
sample_size |
An integer specifying the sample size. |
model |
A string specifying the model to be used for sampling networks.
All |
... |
Model parameters to be passed to the model function. |
A nvd
object which is a list of tidygraph::tbl_graph
objects.
params <- list(n_dim = 1L, dim_size = 4L, order = 4L, p_rewire = 0.15)
nvd(sample_size = 1L, model = "smallworld", !!!params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.