as.network.dynamic {dynamicnetwork} | R Documentation |
Forces a dynamic network to appear as a static network by changing its class without altering data.
as.network.dynamic(x, ...) as.static.network(x, ...)
x |
dynamic network to be converted |
... |
possible other arguments |
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.
a a static network object
skyebend@skyeome.net
~put references to the literature/web site here ~
get.slice.network
to get a network snapshot of a dynamicnetwork at a
specific time with appropriate attributes
dyn <- as.dynamic(network.initialize(5)); #make a dynamic network net <- as.network(dyn); #convert it back