networkDynamic-package {networkDynamic}R Documentation

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.

Details

Package: networkDynamic
Type: Package
Version: 0.5
Date: 2013-08-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.

Author(s)

Carter T. Butts buttsc@uci.edu, Ayn Leslie-Cook aynlc3@uw.edu, Zack Almquist almquist@uci.edu, Skye Bender-deMoll skyebend@uw.edu, Martina Morris

Maintainer: Skye Bender-deMoll skyebend@uw.edu, Carter T. Butts buttsc@uci.edu

See Also

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


[Package networkDynamic version 0.6.2 Index]