Learn R Programming

networkDynamic (version 0.4.1)

networkDynamic-package: Dynamic Extensions for Network Objects

Description

Simple interface routines to facilitate the handling of dynamic network objects with different types of temporal data. This allows the user to create, store and query networks that change over time. Changes include edges that form and dissolve over time, and vertices that enter or leave the network. In this initial release there is no support for temporally changing attributes (of either vertices or edges); that will be included in an update soon.

Arguments

Details

ll{ Package: networkDynamic Type: Package Version: 0.3-0 Date: 2012-02-29 Depends: network License: GPL-3 LazyLoad: yes }

The networkDynamic package provides support for a simple family of dynamic extensions to the network class; these employ the standard network attribute functionality (and hence the resulting objects are still compatible with all conventional routines), but greatly facilitate the practical storage, manipulation and query of dynamic network data.

The basis for the dynamic extensions is described in activity.attribute. Other core routines can be found in the links below.

See Also

activity.attribute, activate, is.active, network.extract, network.extensions network