as.dynamic.network.series {dynamicnetwork} | R Documentation |
as.dynamic.network.series
adds additional data stuctures to network
objects to represent changes in edge sets and attributes over time.
as.dynamic.network.series(net,check.renewal=TRUE,... )
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}
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.
a dynamicnetwork
object
Skye Bender-deMoll skyebend@skyeome.net
dynamicnetwork
as.dynamic.list
#NOTE: statnet must be loaded before this package so that it will not mask ## Not run: ## End(Not run)