get.slice.network {dynamicnetwork}R Documentation

creates a network object that appropriately represents the dynamic network for the specified time period

Description

'Slices' a dynamicnetwork acording to the specified time parameter. Copies edges and attributes that land within the time range.

Usage

get.slice.network(dynamnet, time.point)

Arguments

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.

Details

The network returned is a new object (so this may be slow) and changes made to it will not modify the original dynamic network.

Value

An new object of class network

Author(s)

Skye Bender-deMoll skyebend@skyeome.net, CSDE statnet team

See Also

Examples


         

[Package dynamicnetwork version 0.0-4 Index]