to_igraph
Converts a SAS graph to its equivalent igraph graph.
sasviya.network.utils.conversions.to_igraph(g)
Parameters
- g : SAS graph object
-
Specifies the input graph to assess.
Returns
- igraph graph object
-
Returns the converted graph.
Last updated: July 28, 2026