as.dynamic.list {dynamicnetwork} | R Documentation |
Takes a list of network objects describing the descrete time evolution of a a network and creates an appropriate dynamic network object.
as.dynamic.list(net, check.renewal = TRUE, renewal = FALSE,...)
net |
a list of network objects (confusing name for generic compatibility) |
check.renewal |
should the list be checked to see if it is describing a renewal network? |
renewal |
should the created dynamc network be renewal? |
... |
for compatibility with generics |
The dynamc network will have network attributes copied from the first network
on the list. Assumes the first network is describing the time interval [0,1].
Assumes that edges that are `on' in successive networks describe observations
of an edge that remains on, and extends the interval accordingly.
If check.renewal
is set, will give errors if input list describes a
network with renewing relations. All networks in the list must have the same
size
a dynamicnetwork
object describing the evolution of the edgeset
does not yet convert attributes that change on the network's edges or verticies into dynamic attributes
skyebend@skyeome.net
~put references to the literature/web site here ~
as.dynamic.changelist
, as.dynamic.intervals