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:
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
complex-networkssocial-inheritancesocial-networks
Last updated from:0882b311e4. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 112 | ||
| source / vignettes | OK | 166 | ||
| linux-release-x86_64 | NOTE | 158 | ||
| macos-release-arm64 | NOTE | 185 | ||
| macos-oldrel-arm64 | NOTE | 224 | ||
| windows-devel | NOTE | 75 | ||
| windows-release | NOTE | 112 | ||
| windows-oldrel | NOTE | 72 | ||
| wasm-release | OK | 95 |
Exports:avg_degree_bnrinit_graphiterate_bnriterate_kpmake_bnrmake_kp
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Expected average degree of BNR networks | avg_degree_bnr avg_degree_bnr,numeric,numeric,numeric,numeric-method |
| Initialising a random graph | init_graph init_graph,numeric,numeric-method |
| Iterating a bnr network | iterate_bnr iterate_bnr,matrix,numeric,numeric,numeric,numeric-method |
| Iterating a kp network | iterate_kp iterate_kp,matrix,numeric,numeric,numeric,numeric-method |
| Generating a Pb, Pn, Pr network | make_bnr make_bnr,numeric,numeric,missing,numeric,numeric-method make_bnr,numeric,numeric,numeric,numeric,numeric-method |
| Generating a kp network | make_kp make_kp,numeric,numeric,missing,numeric,numeric-method make_kp,numeric,numeric,numeric,numeric,numeric-method |