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.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
complex-networkssocial-inheritancesocial-networks
Last updated 4 months agofrom:4dcaa79549. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
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 |