Package: complexNet 0.2.0

Marco Smolla

complexNet: Complex Network Generation

Providing a set of functions to easily generate and iterate complex networks. The functions can be used to generate realistic networks with a wide range of different clustering, density, and average path length. For more information consult research articles by Amiyaal Ilany and Erol Akcay (2016) <doi:10.1093/icb/icw068> and Ilany and Erol Akcay (2016) <doi:10.1101/026120>, which have inspired many methods in this package.

Authors:Marco Smolla [aut, cre]

complexNet_0.2.0.tar.gz
complexNet_0.2.0.zip(r-4.7)complexNet_0.2.0.zip(r-4.6)complexNet_0.2.0.zip(r-4.5)
complexNet_0.2.0.tgz(r-4.6-any)complexNet_0.2.0.tgz(r-4.5-any)
complexNet_0.2.0.tar.gz(r-4.7-any)complexNet_0.2.0.tar.gz(r-4.6-any)
complexNet_0.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
complexNet/json (API)
NEWS

# Install 'complexNet' in R:
install.packages('complexNet', repos = c('https://marcosmolla.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/marcosmolla/complexnet/issues

Pkgdown/docs site:https://marcosmolla.github.io

On CRAN:

Conda:

complex-networkssocial-inheritancesocial-networks

4.34 score 4 stars 11 scripts 281 downloads 6 exports 0 dependencies

Last updated from:0882b311e4. Checks:7 NOTE, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64NOTE112
source / vignettesOK166
linux-release-x86_64NOTE158
macos-release-arm64NOTE185
macos-oldrel-arm64NOTE224
windows-develNOTE75
windows-releaseNOTE112
windows-oldrelNOTE72
wasm-releaseOK95

Exports:avg_degree_bnrinit_graphiterate_bnriterate_kpmake_bnrmake_kp

Dependencies:

Introduction to complexNet

Rendered fromcomplexNet-vignette.Rmdusingknitr::rmarkdownon May 07 2026.

Last update: 2026-04-01
Started: 2021-03-24

Readme and manuals

Help Manual

Help pageTopics
Expected average degree of BNR networksavg_degree_bnr avg_degree_bnr,numeric,numeric,numeric,numeric-method
Initialising a random graphinit_graph init_graph,numeric,numeric-method
Iterating a bnr networkiterate_bnr iterate_bnr,matrix,numeric,numeric,numeric,numeric-method
Iterating a kp networkiterate_kp iterate_kp,matrix,numeric,numeric,numeric,numeric-method
Generating a Pb, Pn, Pr networkmake_bnr make_bnr,numeric,numeric,missing,numeric,numeric-method make_bnr,numeric,numeric,numeric,numeric,numeric-method
Generating a kp networkmake_kp make_kp,numeric,numeric,missing,numeric,numeric-method make_kp,numeric,numeric,numeric,numeric,numeric-method