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'))

Peer review:

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

On CRAN:

complex-networkssocial-inheritancesocial-networks

6 exports 4 stars 1.19 score 0 dependencies 4 scripts 309 downloads

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

TargetResultDate
Doc / VignettesOKAug 31 2024
R-4.5-winOKAug 31 2024
R-4.5-linuxOKAug 31 2024
R-4.4-winOKAug 31 2024
R-4.4-macOKAug 31 2024
R-4.3-winOKAug 31 2024
R-4.3-macOKAug 31 2024

Exports:avg_degree_bnrinit_graphiterate_bnriterate_kpmake_bnrmake_kp

Dependencies:

Introduction to complexNet

Rendered fromcomplexNet-vignette.Rmdusingknitr::rmarkdownon Aug 31 2024.

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