as.dynamic {dynamicnetwork}R Documentation

generic method for converting objects to dynamic networks

Description

Calls the appropriate function depending on the class of the arguments

Usage

as.dynamic(net, ...)

Arguments

net some object or list of objects to be converted
... ... other arguments to be passed

Details

~~ If necessary, more details than the description above ~~

Value

a dynamicnetwork object.

Author(s)

Skye Bender-deMoll skyebend@skyeome.net

References

~put references to the literature/web site here ~

See Also

as.dynamic.list, as.dynamic.network, as.dynamic.changelist,as.dynamic.intervals

Examples


## The function is currently defined as
function (net, ...) 
{
    UseMethod("as.dynamic")
  }

[Package dynamicnetwork version 0.0-4 Index]