L1centrality 0.1.1
Major updates
L1cent(),L1centNB(),L1centLOC()now support (strongly connected) directed graphs. Use the new parametermodeto 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,modedoes not affect the outcome.
Minor updates
-
Minor typo fix in the document.
-
\()changed tofunction()for compatibility (L1centNB.matrix()). -
Fixed error in the
L1centLOC()function. -
Added package overview table to the
L1centrality-packagedocument. -
arXiv URL added to the package description and function documents.