as.dynamic.list {dynamicnetwork}R Documentation

convert a list of static networks into a dynamic network

Description

Takes a list of network objects describing the descrete time evolution of a a network and creates an appropriate dynamic network object.

Usage

as.dynamic.list(net, check.renewal = TRUE, renewal = FALSE,...)

Arguments

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

Details

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

Value

a dynamicnetwork object describing the evolution of the edgeset

Note

does not yet convert attributes that change on the network's edges or verticies into dynamic attributes

Author(s)

skyebend@skyeome.net

References

~put references to the literature/web site here ~

See Also

as.dynamic.changelist, as.dynamic.intervals

Examples



[Package dynamicnetwork version 0.0-4 Index]