dynnet_adjacency: Dynamic Network from a List of Adjacency Matrices

Description Usage Arguments Details Value Author(s)

View source: R/dynnet.R

Description

Generate a dynamic network object from a list of adjacency matrices.

Usage

1
dynnet_adjacency(adj, vattr = NULL, mode = "lower", weighted = NULL)

Arguments

adj

List of adjacency matrixes. Single matrices, representing a static network, are also supported.

vattr

List of data.frames specifying the vertex attributes. Must be the same length as adj.

mode

Type of graph. See igraph::graph.adjacency.

weighted

Indicates whether the network is weighted (non-binary). Default is NULL. See igraph::graph.adjacency for details.

X

A list of data.frames recording nodal covariates for each node and periods. This must either have the same number of elements as adj or contain a single data.frame, which will then be used for each time period. Default is NULL.

Details

Generate a dynamic network object from a list of adjacency matrices.

Value

A dynnet object.

Author(s)

Jason W. Morgan jason.w.morgan@gmail.com


jason-morgan/dynnet documentation built on May 18, 2019, 4:53 p.m.