Other packages > Find by keyword >

leidenAlg  

Implements the Leiden Algorithm via an R Interface
View on CRAN: Click here


Download and install leidenAlg package within the R console
Install from CRAN:
install.packages("leidenAlg")

Install from Github:
library("remotes")
install_github("cran/leidenAlg")

Install by package version:
library("remotes")
install_version("leidenAlg", "1.1.4")



Attach the package and use:
library("leidenAlg")
Maintained by
Evan Biederstedt
[Scholar Profile | Author Map]
First Published: 2020-11-11
Latest Update: 2023-09-03
Description:
An R interface to the Leiden algorithm, an iterative community detection algorithm on networks. The algorithm is designed to converge to a partition in which all subsets of all communities are locally optimally assigned, yielding communities guaranteed to be connected. The implementation proves to be fast, scales well, and can be run on graphs of millions of nodes (as long as they can fit in memory). The original implementation was constructed as a python interface "leidenalg" found here: . The algorithm was originally described in Traag, V.A., Waltman, L. & van Eck, N.J. "From Louvain to Leiden: guaranteeing well-connected communities". Sci Rep 9, 5233 (2019) .
How to cite:
Evan Biederstedt (2020). leidenAlg: Implements the Leiden Algorithm via an R Interface. R package version 1.1.4, https://cran.r-project.org/web/packages/leidenAlg. Accessed 14 Apr. 2025.
Previous versions and publish date:
0.1.0 (2020-11-11 14:50), 0.1.1 (2021-03-03 18:10), 1.0.0 (2021-11-19 22:40), 1.0.1 (2021-12-04 06:50), 1.0.2 (2022-03-03 21:40), 1.0.3 (2022-04-11 06:32), 1.0.4 (2022-09-26 02:40), 1.0.5 (2022-09-30 09:20), 1.1.0 (2023-07-03 19:40), 1.1.1 (2023-09-03 22:30), 1.1.2 (2023-09-06 09:00), 1.1.3 (2024-02-27 23:50)
Other packages that cited leidenAlg R package
View leidenAlg citation profile
Other R packages that leidenAlg depends, imports, suggests or enhances
Complete documentation for leidenAlg
Downloads during the last 30 days
03/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/12Downloads for leidenAlg2030405060708090100110TrendBars

Today's Hot Picks in Authors and Packages

bcf  
Causal Inference using Bayesian Causal Forests
Causal inference for a binary treatment and continuous outcome using Bayesian Causal Forests. See Ha ...
Download / Learn more Package Citations See dependency  
spatstat.utils  
Utility Functions for 'spatstat'
Contains utility functions for the 'spatstat' family of packages which may also be useful for other ...
Download / Learn more Package Citations See dependency  
AzureKeyVault  
Key and Secret Management in 'Azure'
Manage keys, certificates, secrets, and storage accounts in Microsoft's 'Key Vault' service: ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
mlim  
Single and Multiple Imputation with Automated Machine Learning
Machine learning algorithms have been used for performing single missing data imputation and most r ...
Download / Learn more Package Citations See dependency  
networkscaleup  
Network Scale-Up Models for Aggregated Relational Data
Provides a variety of Network Scale-up Models for researchers to analyze Aggregated Relational Data, ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA