push_to_graph_space: Graph Sample Embeddings

View source: R/embeddings.R

push_to_graph_spaceR Documentation

Graph Sample Embeddings

Description

A collection of functions to embed a sample of graphs into suitable spaces for further statistical analysis.

Usage

push_to_graph_space(obj)

Arguments

obj

An object of class nvd containing the sample of graphs.

Value

An object of class nvd containing the sample of graphs in graph space.

Examples

x <- nvd(sample_size = 5L, model = "gnp", n = 24L, p = 1/3)
x <- push_to_graph_space(x)

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