repr_nvd: Network-Valued to Matrix-Valued Data

View source: R/representations.R

repr_nvdR 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 nvd object.

y

An nvd object. If NULL (default), it is not taken into account.

representation

A string specifying the requested matrix representation. Choices are: "adjacency", "laplacian" or "modularity". Default is "adjacency".

Value

A list of matrices.

Examples

params <- list(n = 24L, p = 1/3)
x <- nvd(sample_size = 1L, model = "gnp", !!!params)
xm <- repr_nvd(x)

astamm/nevada documentation built on Dec. 17, 2024, 1:23 a.m.