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.5)complexNet_0.2.0.zip(r-4.4)complexNet_0.2.0.zip(r-4.3)
complexNet_0.2.0.tgz(r-4.4-any)complexNet_0.2.0.tgz(r-4.3-any)
complexNet_0.2.0.tar.gz(r-4.5-noble)complexNet_0.2.0.tar.gz(r-4.4-noble)
complexNet_0.2.0.tgz(r-4.4-emscripten)complexNet_0.2.0.tgz(r-4.3-emscripten)
complexNet.pdf |complexNet.html
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 site:https://marcosmolla.github.io

On CRAN:

complex-networkssocial-inheritancesocial-networks

4.30 score 4 stars 4 scripts 264 downloads 6 exports 0 dependencies

Last updated 7 months agofrom:4dcaa79549. Checks:7 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 24 2025
R-4.5-winOKJan 24 2025
R-4.5-linuxOKJan 24 2025
R-4.4-winOKJan 24 2025
R-4.4-macOKJan 24 2025
R-4.3-winOKJan 24 2025
R-4.3-macOKJan 24 2025

Exports:avg_degree_bnrinit_graphiterate_bnriterate_kpmake_bnrmake_kp

Dependencies:

Introduction to complexNet

Rendered fromcomplexNet-vignette.Rmdusingknitr::rmarkdownon Jan 24 2025.

Last update: 2021-04-30
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