Package: networkLite 1.0.5
networkLite: An Simplified Implementation of the 'network' Package Functionality
An implementation of some of the core 'network' package functionality based on a simplified data structure that is faster in many research applications. This package is designed for back-end use in the 'statnet' family of packages, including 'EpiModel'. Support is provided for binary and weighted, directed and undirected, bipartite and unipartite networks; no current support for multigraphs, hypergraphs, or loops.
Authors:
networkLite_1.0.5.tar.gz
networkLite_1.0.5.zip(r-4.5)networkLite_1.0.5.zip(r-4.4)networkLite_1.0.5.zip(r-4.3)
networkLite_1.0.5.tgz(r-4.4-any)networkLite_1.0.5.tgz(r-4.3-any)
networkLite_1.0.5.tar.gz(r-4.5-noble)networkLite_1.0.5.tar.gz(r-4.4-noble)
networkLite_1.0.5.tgz(r-4.4-emscripten)networkLite_1.0.5.tgz(r-4.3-emscripten)
networkLite.pdf |networkLite.html✨
networkLite/json (API)
NEWS
# Install 'networkLite' in R: |
install.packages('networkLite', repos = c('https://epimodel.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/epimodel/networklite/issues
Last updated 4 days agofrom:4ecf5bdd79. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 19 2024 |
R-4.5-win | OK | Nov 19 2024 |
R-4.5-linux | OK | Nov 19 2024 |
R-4.4-win | OK | Nov 19 2024 |
R-4.4-mac | OK | Nov 19 2024 |
R-4.3-win | OK | Nov 19 2024 |
R-4.3-mac | OK | Nov 19 2024 |
Exports:as.networkLiteatomizenetworkLitenetworkLite_initializeto_network_networkLite
Dependencies:clicodadplyrfansigenericsgluelatticelifecyclemagrittrMatrixnetworkpillarpkgconfigR6rlangstatnet.commontibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
networkLite Package | networkLite-package |
Add and Subtract 'networkLite's | +.networkLite -.networkLite |
Methods to Add or Modify Edges in a 'networkLite'. | add.edges.networkLite [<-.networkLite |
Add Vertices to a 'networkLite'. | add.vertices.networkLite |
Convert a 'networkLite' to a Matrix or 'tibble'. | as.edgelist.networkLite as.matrix.networkLite as_tibble.networkLite |
Convert to 'networkLite' Representation. | as.networkLite as.networkLite.network as.networkLite.networkLite |
Convert Lists to Atomic Vectors Where Possible | atomize atomize.networkLite atomize.tbl_df |
Delete edges from a networkLite. | delete.edges.networkLite |
Delete vertices from a networkLite. | delete.vertices.networkLite |
Return an induced subgraph | get.inducedSubgraph.networkLite |
'networkLite' Attribute Methods | delete.edge.attribute.networkLite delete.network.attribute.networkLite delete.vertex.attribute.networkLite get.edge.attribute.networkLite get.edge.value.networkLite get.network.attribute.networkLite get.vertex.attribute.networkLite list.edge.attributes.networkLite list.network.attributes.networkLite list.vertex.attributes.networkLite set.edge.attribute.networkLite set.edge.value.networkLite set.network.attribute.networkLite set.vertex.attribute.networkLite |
Extract 'networkLite' with Missing Edges Only | is.na.networkLite |
Extract Mixing Matrix from 'networkLite' | mixingmatrix.networkLite |
Count Edges in a 'networkLite' | network.edgecount.networkLite network.naedgecount.networkLite |
networkLite Constructor Utilities | networkLite networkLite.edgelist networkLite.matrix networkLite.numeric networkLite_initialize |
Permute vertices | permute.vertexIDs.networkLite |
Print Basic Summary of a 'networkLite' | print.networkLite |
Convert a 'networkLite' object to a 'network' object | as.network.networkLite to_network_networkLite |
valid.eids | valid.eids.networkLite |