as.networkDynamic
Functions with these names formerly provided S3-dispatched functions for converting between various dynamic network formats which have been DEPRECATED. Use networkDynamic
instead. Current application only sets the networkDynamic class on objects.
## S3 method for class 'networkDynamic' as.networkDynamic(object,...) ## S3 method for class 'network' as.networkDynamic(object,...)
object |
a |
... |
ignored |
as.networkDynamic.network
converts a network object into networkDynamic object by adding a networkDynamic
class.
For as.networkDynamic.network
the input object is returned with a networkDynamic
class added. For as.networkDynamic.networkDynamic
the input object is returned.
Function modifies its argument
Pavel, Zack W Almquist <almquist@uci.edu>
For previous functionality, see networkDynamic
. For the inverse (removing networkDynamic class) see as.network.networkDynamic
.
nd<-as.networkDynamic(network.initialize(3)) class(nd) is.networkDynamic(nd)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.