The R package wdnet provides functions to conduct
network analysis:
- Assortativity, centrality, clustering coefficient for weighted and
directed networks;
- Rewire an unweighted network with given assortativity
coefficient(s);
- Preferential attachment (PA) network generation with user-defined
preference functions.
Installation
You may install the released version from CRAN.
install.packages("wdnet")
Development
The development version of this package is available on Gitlab.
License
GNU General Public
License (≥ 3)