repr_nvd {nevada} | 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.
gnp_params <- list(p = 1/3)
x <- nvd(model = "gnp", n = 10L, model_params = gnp_params)
xm <- repr_nvd(x)