layout.func | R Documentation |
This function transforms a layout string from the igraph package into a corresponding layout function.
layout.func(layout)
layout |
the layout as a string |
This function transforms a layout string from the igraph package into a corresponding layout function. If the string does not represent an existing layout from the igraph package, the layout function is automatically set to layout.auto.
the corresponding layout function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.