Graphon is a symmetric measurable function [REMOVE_ME]W:[0,1]2→[0,1][REMOVEME2]
that is considered to be a generating model for an observed network. nd.graphon computes distances between networks based on the estimated graphons of each network. Estimation methods are taken from graphon package. For more details, see the function links below.
nd.graphon( A, out.dist =TRUE, method = c("completion","LG","nbdsmooth","SBA","USVT"),...)
Arguments
A: a list of length N containing (M×M) adjacency matrices.
out.dist: a logical; TRUE for computed distance matrix as a dist object.
method: type of graphon estimation methods to be used.
...: extra parameters to be passed onto graphon estimation functions. See also est.completion, est.LG, est.nbdsmooth, est.SBA, and est.USVT for details.
Returns
a named list containing
D: an (N×N) matrix or dist object containing pairwise distance measures.
Description
Graphon is a symmetric measurable function
W:[0,1]2→[0,1]
that is considered to be a generating model for an observed network. nd.graphon computes distances between networks based on the estimated graphons of each network. Estimation methods are taken from graphon package. For more details, see the function links below.