L1centrality 0.5.0
Major updates
-
A new argument
show_edgeis added toplot.L1centMDS()method. It is a boolean argument indicating whether to display the edges of the graph in the target plot. -
The
L1centGROUP()function now supports the computation of multiple groups. When thenodesargument is provided as a list, the function computes the group L1 prominence for each set of vertices specified by the individual list elements. Whennodesis given as an integer vector, the function behaves as before, computing the group L1 prominence for the single group defined by that vector. Accordingly, theprint.L1centGROUP()method has been modified. -
The
L1centLOC()function now supports parallel computation across multiple cores. When theparallelargument is set toTRUE, multiple cores are used to efficiently compute the local L1 prominence values. -
The argument
weight_transformis changed toedge_weight_transformfor clarity. -
The argument
etais changed tovertex_weightfor clarity.
Minor updates
-
Maintainer e-mail address changed.
-
Minor fix in the documentations.
-
Ciitation updated.
-
For the method implemented for the
matrixobject, we now print a message "DISTANCE matrix received". This is to clarify that the input is a distance matrix of a graph, not an adjacency matrix.