An R package for motif-based spectral clustering of weighted directed networks.
The motifcluster package provides implementations of motif-based spectral clustering of weighted directed networks in R. These provide the capability for:
The methods are all designed to run quickly on large sparse networks, and are easy to install and use. These methods are based on those described in [Underwood, Elliott and Cucuringu, 2020], which is available at arXiv:2004.01293.
install.packages("motifcluster")
Documentation for the motifcluster package is available in the doc directory.
An instructional vignette for the motifcluster package is available in the vignettes directory.