L1centrality 0.3.0
Major updates
-
A new function
Gini()computes the Gini coefficient. (See the document namedHeterogeneity.) -
L1cent()now returns an object of classL1cent.summary()andprint()methods are implemented for this new class. -
L1centGROUP()now returns an object of classL1centGROUP.print()method is implemented for this new class. -
L1centLOC()now returns an object of classL1centLOC.summary()andprint()methods are implemented for this new class. -
L1centNB()now returns an object of classL1centNB.summary()andprint()methods are implemented for this new class. -
L1centEDGE()now returns an object of classL1centEDGE.summary()andprint()methods are implemented for this new class. -
Implementation of
L1centEDGE()corrected. -
print()methods is implemented for theL1centMDSclass. TheL1centMDS()function formerly returned a length four list with label of the vertices as one component. This component is now an attribute of the returned list, i.e., theL1centMDS()now returns a length three list. (See the document forL1centMDS().) As a result, theplot()method for theL1centMDSis modified as well.
Minor updates
-
Minor typo fix in the document.
-
New document 'Heterogeneity' added. It includes the
Lorenz_plot()function and theGini()function. -
New document 'Summary' added. It includes all
summary()method in this package.