Description Usage Arguments Value
View source: R/tempnetwork-inputchecker.R
Any graph containing a vertex with a name that is not a string, will be coerced into a string. Moreover, if "setDefaultGraphNames" is TRUE, any graph in the given graph-list containing a vertex without a name, will be replaced by a graph where the name of each vertex is a string corresponding to its index in the respective 'igraph'-object.
1 | graphlist_cleaner(graphList, setDefaultGraphNames = TRUE)
|
graphList |
A named list of 'igraph'-objects. |
setDefaultGraphNames |
If TRUE, any graph in the given graph-list containing a vertex without a name, will be replaced by a graph where the name of each vertex is a string corresponding to its index in the respective 'igraph'-object. coerced into a string. |
A graph-list as described above.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.