getIgraphOpt {igraph} | R Documentation |
Parameters for the igraph package
Description
getIgraphOpt()
was renamed to igraph_opt()
to create a more
consistent API.
Usage
getIgraphOpt(x, default = NULL)
Arguments
x |
A character string holding an option name. |
default |
If the specified option is not set in the options list, this value is returned. This facilitates retrieving an option and checking whether it is set and setting it separately if not. |
[Package igraph version 2.0.3 Index]