as.dynamic {dynamicnetwork} | R Documentation |
Calls the appropriate function depending on the class of the arguments
as.dynamic(net, ...)
net |
some object or list of objects to be converted |
... |
... other arguments to be passed |
~~ If necessary, more details than the description above ~~
a dynamicnetwork
object.
Skye Bender-deMoll skyebend@skyeome.net
~put references to the literature/web site here ~
as.dynamic.list
, as.dynamic.network
,
as.dynamic.changelist
,as.dynamic.intervals
## The function is currently defined as function (net, ...) { UseMethod("as.dynamic") }