c.dynnet: Concatenate dynnet Objects into Single Composite Network

Description Usage Arguments Details Value Author(s)

View source: R/dynnet.R

Description

Concatenate dynnet objects into a single composite network.

Usage

1
2
## S3 method for class 'dynnet'
c(..., recursive = FALSE)

Arguments

...

dynnet objects to be concatenated.

recursive

Logical. If recursive = TRUE, recursively descend through lists of dynnet objects, combining all their elements into a single dynnet object.

Details

Currently, no checking is done to verify the homogeneity of the networks with respect to the number of vertices, directionality, type of ties, etc. User beware.

Value

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.