Learn R Programming

networkLite (version 1.1.0)

An Simplified Implementation of the 'network' Package Functionality

Description

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.

Copy Link

Version

Install

install.packages('networkLite')

Monthly Downloads

2,321

Version

1.1.0

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Samuel Jenness

Last Published

January 8th, 2025

Functions in networkLite (1.1.0)

to_network_networkLite

Convert a networkLite object to a network object
print.networkLite

Print Basic Summary of a networkLite
+.networkLite

Add and Subtract networkLites
permute.vertexIDs.networkLite

Permute vertices
networkLite-package

networkLite Package
mixingmatrix.networkLite

Extract Mixing Matrix from networkLite
get.vertex.attribute.networkLite

networkLite Attribute Methods
get.inducedSubgraph.networkLite

Return an induced subgraph
network.edgecount.networkLite

Count Edges in a networkLite
as.networkLite

Convert to networkLite Representation.
delete.vertices.networkLite

Delete vertices from a networkLite.
networkLite

networkLite Constructor Utilities
add.edges.networkLite

Methods to Add or Modify Edges in a networkLite.
atomize

Convert Lists to Atomic Vectors Where Possible
add.vertices.networkLite

Add Vertices to a networkLite.
delete.edges.networkLite

Delete edges from a networkLite.
as.edgelist.networkLite

Convert a networkLite to a Matrix or tibble.
is.na.networkLite

Extract networkLite with Missing Edges Only
valid.eids.networkLite

valid.eids