print.dynamic {dynamicnetwork}R Documentation

prints a dynamicnetwork object to console in summary form

Description

bascially calls print.network, but adds the time range, etc.

Usage

print.dynamic(x, ...)

Arguments

x dynamicnetwork object to be printed
... additional arguments

Value

prints output to console, returns text silently

Author(s)

skyebend@skyeome.net

See Also

print.network in the network package

Examples

print(as.dynamic(network.initialize(5))); #will produce warning as there are no edges on network for time range

[Package dynamicnetwork version 0.0-4 Index]