Learn R Programming

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

network (version 0.5-4)

Classes for Relational Data

Description

Tools to create and modify network objects. The network class can represent a range of relational data types, and supports arbitrary vertex/edge/graph attributes.

Copy Link

Version

Install

install.packages('network')

Monthly Downloads

23,316

Version

0.5-4

License

GPL version 2 (June, 1991)

Maintainer

Carter Butts

Last Published

December 9th, 2024

Functions in network (0.5-4)

network.density

Compute the Density of a Network
as.sociomatrix

Coerce One or More Networks to Sociomatrix Form
as.network.matrix

Coercion from Matrices to Network Objects
is.adjacent

Determine Whether Two Vertices Are Adjacent
emon

Interorganizational Search and Rescue Networks (Drabek et al.)
attribute.methods

Attribute Interface Methods for the Network Class
add.vertices

Add Vertices to an Existing Network
edgeset.constructors

Edgeset Constructors for Network Objects
network.edgecount

Return the Number of Edges in a Network Object
flo

Florentine Wedding Data (Padgett)
plot.network.default

Two-Dimensional Visualization for Network Objects
permute.vertexIDs

Permute (Relabel) the Vertices Within a Network
network.size

Return the Size of a Network
network.vertex

Add Vertices to a Plot
network.loop

Add Loops to a Plot
get.neighborhood

Obtain the Neighborhood of a Given Vertex
as.matrix.network

Coerce a Network Object to Matrix Form
network-internal

Internal Network Package Functions
network

Networks
network.initialize

Initialize a Network Class Object
read.paj

Read a Pajek Project or Network File and Convert to an R 'Network' Object
deletion.methods

Remove Elements from a Network Object
is.bipartite

Test to see is the network can be interpreted as bipartite
which.matrix.type

Heuristic Determination of Matrix Types for Network Storage
network.layout

Vertex Layout Functions for plot.network
network.arrow

Add Arrows or Segments to a Plot
add.edges

Add Edges to a Network Object
network.indicators

Indicator Functions for Network Properties
get.edges

Retrieve Edges or Edge IDs Associated with a Given Vertex