Skip to content

L1centrality 0.1.1

Choose a tag to compare

@seungwoo-stat seungwoo-stat released this 26 Apr 00:17

Major updates

  • L1cent(), L1centNB(), L1centLOC() now support (strongly connected) directed graphs. Use the new parameter mode to measures the prominence of each vertex in terms of making a choice (mode = "centrality") or receiving a choice (mode = "prestige"). If the graph is undirected, mode does not affect the outcome.

Minor updates

  • Minor typo fix in the document.

  • \() changed to function() for compatibility (L1centNB.matrix()).

  • Fixed error in the L1centLOC() function.

  • Added package overview table to the L1centrality-package document.

  • arXiv URL added to the package description and function documents.