R-CMD-check CRAN status

The R package wdnet provides functions to conduct network analysis:

  1. Assortativity, centrality, clustering coefficient for weighted and directed networks;
  2. Rewire an unweighted network with given assortativity coefficient(s);
  3. 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)