repr_nvd {nevada} | R Documentation |
Network-Valued to Matrix-Valued Data
Description
Network-Valued to Matrix-Valued Data
Usage
repr_nvd(x, y = NULL, representation = "adjacency")
Arguments
x |
An |
y |
An |
representation |
A string specifying the requested matrix
representation. Choices are: |
Value
A list of matrices.
Examples
gnp_params <- list(p = 1/3)
x <- nvd(model = "gnp", n = 10L, model_params = gnp_params)
xm <- repr_nvd(x)
[Package nevada version 0.2.0 Index]