as.network.dynamic {dynamicnetwork}R Documentation

coearce dynamicnetwork into static network

Description

Forces a dynamic network to appear as a static network by changing its class without altering data.

Usage

as.network.dynamic(x, ...)
as.static.network(x, ...)

Arguments

x dynamic network to be converted
... possible other arguments

Details

Class of passed network is modified to convert it to a network without actually doing any conversion or aggregation of the nettwork attributes. Will appear as a `regular' network with multiplex edges.

Value

a a static network object

Author(s)

skyebend@skyeome.net

References

~put references to the literature/web site here ~

See Also

get.slice.network to get a network snapshot of a dynamicnetwork at a specific time with appropriate attributes

Examples

  dyn <- as.dynamic(network.initialize(5));   #make a dynamic network
  net <- as.network(dyn);  #convert it back

[Package dynamicnetwork version 0.0-4 Index]