L1centrality
Graph/Network Analysis Based on L1 Centrality
A graph-centrality package that spent 2026 making its existing measures usable at scale, then went quiet.
◆Recent moves
- 1mo ago
Typo fixes only
A documentation-only release with no functional change, the second consecutive maintenance tag after 0.5.0's feature work.
View source ↗ - 3mo ago
Warning message wording updated
Reworded warnings and nothing else. It continues the pattern from 0.5.0's distance-matrix message: the maintainer is tightening what the package tells users when input is ambiguous.
View source ↗ - 3mo ago
Multi-group prominence and multicore local centrality
The most substantive release in the window and the one that shifts the package toward scale. L1centGROUP() now accepts a list of vertex sets and computes prominence for each, and L1centLOC() gains multicore execution. The accompanying renames from weight_transform to edge_weight_transform and eta to vertex_weight trade a small break in clarity's favour.
View source ↗ - 9mo ago
Plot methods for every result class, plus edge-weight transforms
Plot methods arrive across the result classes, with Lorenz curves, scatter plots, and a directed local-median graph, and igraph vertex colors and labels carried through automatically. Together with the optional edge-weight transform, this is the release that made results inspectable without hand-built plotting code.
View source ↗ - 1y ago
Handles unnamed vertices; quantile type pinned
Two small robustness fixes: printing no longer breaks on graphs without vertex names, and the quantile type used internally is pinned rather than left to the default.
View source ↗ - 1y ago
S3 classes for all results, plus a Gini coefficient
Every computation function starts returning a classed object with print and summary methods, which is the groundwork the plot methods in 0.4.0 build directly on. Gini() and the heterogeneity documentation extend the package past centrality itself into how unevenly prominence is distributed.
View source ↗