as.igraph.mgNetwork | R Documentation |
mgNetworksCollection
or mgNetwork
objects to igraph
objects.Coerce mgNetworksCollection
or mgNetwork
objects to igraph
objects.
## S3 method for class 'mgNetwork'
as.igraph(x, ...)
## S3 method for class 'mgNetworksCollection'
as.igraph(x, ...)
x |
either a |
... |
currently ignored. |
An object of class igraph
for a mgNetwork
object and a list of
igraph
objects for mgNetworksCollection
.
as.igraph(mgNetwork)
: Convert mgNetwork
objects to igraph
objects.
as.igraph(mgNetworksCollection)
: Convert mgNetworksCollection
objects to a list of igraph
objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.