Learn R Programming

⚠️There's a newer version (1.1.0) of this package.Take me there.

networkLite (version 1.0.1)

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.0.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Samuel Jenness

Last Published

January 25th, 2023

Functions in networkLite (1.0.1)

mixingmatrix.networkLite

Extract Mixing Matrix from networkLite
as.edgelist.networkLite

Convert a networkLite to a Matrix or tibble.
print.networkLite

Print Basic Summary of a networkLite
to_network_networkLite

Convert a networkLite object to a network object
network.edgecount.networkLite

Count Edges in a networkLite
networkLite-package

networkLite Package
+.networkLite

Add and Subtract networkLites
is.na.networkLite

Extract networkLite with Missing Edges Only
get.vertex.attribute.networkLite

networkLite Attribute Methods
networkLite

networkLite Constructor Utilities
valid.eids.networkLite

valid.eids
as.networkLite

Convert to networkLite Representation.
atomize

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

Methods to Add or Modify Edges in a networkLite.
delete.edges.networkLite

Delete edges from a networkLite.
delete.vertices.networkLite

Delete vertices from a networkLite.
add.vertices.networkLite

Add Vertices to a networkLite.