get.slice.network {dynamicnetwork} | R Documentation |
'Slices' a dynamicnetwork
acording to the specified time parameter. Copies edges and attributes that land within the time range.
get.slice.network(dynamnet, time.point)
dynamnet |
dynamnet an object of class dynamicnetwork containing data describing changing edges and attributes |
time.point |
time.point value currently an integer, an interval in the future specifying the time point where the dynamic network should be sliced. |
The network returned is a new object (so this may be slow) and changes made to it will not modify the original dynamic network.
An new object of class network
Skye Bender-deMoll skyebend@skyeome.net, CSDE statnet team