Learn R Programming

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

network (version 1.0-1)

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

27,277

Version

1.0-1

License

GPL version 2 (June, 1991)

Maintainer

Carter Butts

Last Published

December 9th, 2024

Functions in network (1.0-1)

add.edges

Add Edges to a Network Object
add.vertices

Add Vertices to an Existing Network
edgeset.constructors

Edgeset Constructors for Network Objects
as.matrix.network

Coerce a Network Object to Matrix Form
flo

Florentine Wedding Data (Padgett)
network-internal

Internal Network Package Functions
read.paj

Read a Pajek Project or Network File and Convert to an R 'Network' Object
network.loop

Add Loops to a Plot
network.size

Return the Size of a Network
get.neighborhood

Obtain the Neighborhood of a Given Vertex
network.dyadcount

Return the Number of Edges in a Network Object
network.operators

Network Operators
network.arrow

Add Arrows or Segments to a Plot
as.network.matrix

Coercion from Matrices to Network Objects
deletion.methods

Remove Elements from a Network Object
which.matrix.type

Heuristic Determination of Matrix Types for Network Storage
attribute.methods

Attribute Interface Methods for the Network Class
network.initialize

Initialize a Network Class Object
network

Networks
network.layout

Vertex Layout Functions for plot.network
get.edges

Retrieve Edges or Edge IDs Associated with a Given Vertex
network.edgecount

Return the Number of Edges in a Network Object
is.adjacent

Determine Whether Two Vertices Are Adjacent
emon

Interorganizational Search and Rescue Networks (Drabek et al.)
network.density

Compute the Density of a Network
network.extraction

Extraction and Replacement Operators for Network Objects
as.sociomatrix

Coerce One or More Networks to Sociomatrix Form
plot.network.default

Two-Dimensional Visualization for Network Objects
network.indicators

Indicator Functions for Network Properties
permute.vertexIDs

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

Add Vertices to a Plot