as_nvd | R Documentation |
This function flags a list of igraph
objects as an
nvd
object as defined in this package.
as_nvd(obj)
obj |
A list of |
An nvd
object.
params <- list(n_dim = 1L, dim_size = 4L, order = 4L, p_rewire = 0.15)
out <- nvd(sample_size = 1L, model = "smallworld", !!!params)
as_nvd(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.