khabbazian/looplets: Decomposing a graph into loops

It decomposes the graph into loops of size three, four and so on. It is useful to investigate the structure of large graphs. The algorithm uses breath first search approach to count loops of size k where all the edges of the loop do not belong to a loop of size less than k. The algorithm iterates over k=3,4,... until there is no loop or reaches the loop length upper bound.

Getting started

Package details

AuthorMohammad Khabbazian
MaintainerMohammad Khabbazian <khabbazian@wisc.edu>
LicenseGPL (>= 3)
Version0.10
URL https://github.com/khabbazian/looplets
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("khabbazian/looplets")
khabbazian/looplets documentation built on May 20, 2019, 9:22 a.m.