Package: networkLite 1.1.0
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.1.0.tar.gz
networkLite_1.1.0.zip(r-4.7)networkLite_1.1.0.zip(r-4.6)networkLite_1.1.0.zip(r-4.5)
networkLite_1.1.0.tgz(r-4.6-any)networkLite_1.1.0.tgz(r-4.5-any)
networkLite_1.1.0.tar.gz(r-4.7-any)networkLite_1.1.0.tar.gz(r-4.6-any)
networkLite_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:29b70b0e50. Checks:7 WARNING, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | WARNING | 134 | ||
| source / vignettes | OK | 192 | ||
| linux-release-x86_64 | WARNING | 146 | ||
| macos-release-arm64 | WARNING | 90 | ||
| macos-oldrel-arm64 | WARNING | 111 | ||
| windows-devel | WARNING | 98 | ||
| windows-release | WARNING | 88 | ||
| windows-oldrel | WARNING | 91 | ||
| wasm-release | OK | 97 |
Exports:as.networkLiteatomizeis.networkLitenetworkLitenetworkLite_initializeto_network_networkLite
Dependencies:clicodadplyrgenericsgluelatticelifecyclemagrittrMatrixnetworkpillarpkgconfigR6rlangstatnet.commontibbletidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| networkLite Package | networkLite-package |
| Add and Subtract 'networkLite's | +.networkLite -.networkLite |
| Last-resort utilities | $.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.default 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 |
| Test whether the object is a 'networkLite' | is.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 |
