network1.18.2 package

Classes for Relational Data

has.edges

Determine if specified vertices of a network have any edges (are not i...

is.adjacent

Determine Whether Two Vertices Are Adjacent

loading.attributes

Examples of how to load vertex and edge attributes into networks

get.neighborhood

Obtain the Neighborhood of a Given Vertex

add.edges

Add Edges to a Network Object

add.vertices

Add Vertices to an Existing Network

as.color

Transform vector of values into color specification

as.data.frame.network

Coerce a Network Object to a data.frame

as.edgelist

Convert a network object into a numeric edgelist matrix

as.matrix.network

Coerce a Network Object to Matrix or Table Form

as.network.matrix

Coercion from Matrices to Network Objects

as.sociomatrix

Coerce One or More Networks to Sociomatrix Form

attribute.methods

Attribute Interface Methods for the Network Class

deletion.methods

Remove Elements from a Network Object

edgeset.constructors

Edgeset Constructors for Network Objects

get.edges

Retrieve Edges or Edge IDs Associated with a Given Vertex

get.inducedSubgraph

Retrieve Induced Subgraphs and Cuts

mixingmatrix

Mixing matrix

network-internal

Internal Network Package Functions

network-operators

Network Operators

network-package

Classes for Relational Data

network.arrow

Add Arrows or Segments to a Plot

network.density

Compute the Density of a Network

network.dyadcount

Return the Number of (Possibly Directed) Dyads in a Network Object

network.edgecount

Return the Number of Edges in a Network Object

network.edgelabel

Plots a label corresponding to an edge in a network plot.

network.extraction

Extraction and Replacement Operators for Network Objects

network.indicators

Indicator Functions for Network Properties

network.initialize

Initialize a Network Class Object

network.layout

Vertex Layout Functions for plot.network

network.loop

Add Loops to a Plot

network.naedgecount

Identifying and Counting Missing Edges in a Network Object

network

Network Objects

network.size

Return the Size of a Network

network.vertex

Add Vertices to a Plot

permute.vertexIDs

Permute (Relabel) the Vertices Within a Network

plot.network

Two-Dimensional Visualization for Network Objects

preparePlotArgs

Expand and transform attributes of networks to values appropriate for ...

prod.network

Combine Networks by Edge Value Multiplication

read.paj

Read a Pajek Project or Network File and Convert to an R 'Network' Obj...

sum.network

Combine Networks by Edge Value Addition

valid.eids

Get the ids of all the edges that are valid in a network

which.matrix.type

Heuristic Determination of Matrix Types for Network Storage

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.