from_adj_to_net: Convert a list of adjacency matrices into a list of network...

Description Usage Arguments

View source: R/from_adj_to_net.R

Description

Convert a list of adjacency matrices into a list of network objects

Usage

1
from_adj_to_net(networks, attr = NULL, directed = FALSE)

Arguments

networks

A list of adjacency matrices. It should have a list() object.

attr

attr A list of vertex attributes. Default is NULL. (i.e. No attributes)

directed

TRUE for analyzing directed networks. FALSE for analyzing undirected networks.


jihuilee/VCERGM documentation built on Oct. 9, 2019, 5:23 p.m.