Find graphlet degree vector (GDV) of each vertex and graphlet correlation matrix of the given network
Source:R/gdvm_gcm.R
gdvm_gcm.RdFind graphlet degree vector (GDV) of each vertex and graphlet correlation matrix of the given network
Usage
gdvm_gcm(
ig,
level = c("4", "5"),
redundant_orbit = FALSE,
include_gcm = FALSE,
correlation = "spearman"
)