View source: R/representations.R
repr_nvd | R Documentation |
Network-Valued to Matrix-Valued Data
repr_nvd(x, y = NULL, representation = "adjacency")
x |
An |
y |
An |
representation |
A string specifying the requested matrix
representation. Choices are: |
A list of matrices.
params <- list(n = 24L, p = 1/3)
x <- nvd(sample_size = 1L, model = "gnp", !!!params)
xm <- repr_nvd(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.