Rdocumentation
powered by
Learn R Programming
network (version 1.19.0)
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
Link to current version
Version
Version
1.19.0
1.18.2
1.18.1
1.18.0
1.17.2
1.13.0
1.12.0
1.11.3
1.10.2
1.9.0
1.8.1
1.7.2
1.7-1.1
1.6
1.5-1
1.4-1
1.3
1.2
1.1-2
1.1-1
1.0-1
0.5-4
Install
install.packages('network')
Monthly Downloads
25,843
Version
1.19.0
License
GPL (>= 2)
Maintainer
Carter Butts
Last Published
December 9th, 2024
Functions in network (1.19.0)
Search all functions
as.sociomatrix
Coerce One or More Networks to Sociomatrix Form
attribute.methods
Attribute Interface Methods for the Network Class
flo
Florentine Wedding Data (Padgett)
edgeset.constructors
Edgeset Constructors for Network Objects
deletion.methods
Remove Elements from a Network Object
add.vertices
Add Vertices to an Existing Network
has.edges
Determine if specified vertices of a network have any edges (are not isolates)
emon
Interorganizational Search and Rescue Networks (Drabek et al.)
get.edges
Retrieve Edges or Edge IDs Associated with a Given Vertex
as.edgelist
Convert a network object into a numeric edgelist matrix
network.arrow
Add Arrows or Segments to a Plot
is.adjacent
Determine Whether Two Vertices Are Adjacent
as.matrix.network
Coerce a Network Object to Matrix or Table Form
network-package
Classes for Relational Data
network.edgelabel
Plots a label corresponding to an edge in a network plot.
get.inducedSubgraph
Retrieve Induced Subgraphs and Cuts
network.density
Compute the Density of a Network
network
Network Objects
get.neighborhood
Obtain the Neighborhood of a Given Vertex
network-internal
Internal Network Package Functions
network.vertex
Add Vertices to a Plot
network.dyadcount
Return the Number of (Possibly Directed) Dyads in a Network Object
network.operators
Network Operators
network.edgecount
Return the Number of Edges in a Network Object
plot.network.default
Two-Dimensional Visualization for Network Objects
permute.vertexIDs
Permute (Relabel) the Vertices Within a Network
plotArgs.network
Expand and transform attributes of networks to values appropriate for aguments to plot.network
loading.attributes
Examples of how to load vertex and edge attributes into networks
prod.network
Combine Networks by Edge Value Multiplication
network.extraction
Extraction and Replacement Operators for Network Objects
read.paj
Read a Pajek Project or Network File and Convert to an R 'Network' Object
mixingmatrix
Mixing matrix
network.layout
Vertex Layout Functions for plot.network
network.indicators
Indicator Functions for Network Properties
network.initialize
Initialize a Network Class Object
sum.network
Combine Networks by Edge Value Addition
missing.edges
Identifying and Counting Missing Edges in a Network Object
network.size
Return the Size of a Network
valid.eids
Get the ids of all the edges that are valid in a network
network.loop
Add Loops to a Plot
which.matrix.type
Heuristic Determination of Matrix Types for Network Storage
add.edges
Add Edges to a Network Object
as.color
Transform vector of values into color specification
as.data.frame.network
Coerce a Network Object to a
data.frame
as.network.matrix
Coercion from Matrices to Network Objects