Description Usage Arguments Value Author(s) See Also Examples
A Multiplex object is an R object generated as the result of calling
the function create.multiplex
+
isMultiplex(x)
checks whether an R object is Multiplex.
1 | isMultiplex(x)
|
x |
An R object |
A logical constant, TRUE
if argument x
is
a Mutiplex object.
Alberto Valdeolivas Urbelz alvaldeolivas@gmail.com
create.multiplex
, isMultiplexHet
1 2 3 4 5 | m1 <- igraph::graph(c(1,2,1,3,2,3), directed = FALSE)
m2 <- igraph::graph(c(1,3,2,3,3,4,1,4), directed = FALSE)
multiObject <- create.multiplex(m1,m2)
isMultiplex(multiObject)
isMultiplex(m1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.