as.dynamic.network.series {dynamicnetwork}R Documentation

Convert a network.series or list of networks into dynamic network

Description

as.dynamic.network.series adds additional data stuctures to network objects to represent changes in edge sets and attributes over time.

Usage

as.dynamic.network.series(net,check.renewal=TRUE,... )

Arguments

net an object of class network.series
check.renewal should the construction algorithm check if the same edge will be toggled multiple times
...

{additional arguments for generics}

Details

Actually calls method as.dynamic.list with the networks argument of the network.series. The first network of the series is copied and then edges from all subsequent networks in the series are copied in with appropriate time values. Note: for now both kinds of networks are assumed to be non-renewal.

Value

a dynamicnetwork object

Author(s)

Skye Bender-deMoll skyebend@skyeome.net

See Also

dynamicnetwork as.dynamic.list

Examples

#NOTE: statnet must be loaded before this package so that it will not mask
## Not run: 
## End(Not run)

[Package dynamicnetwork version 0.0-4 Index]