Learn R Programming

gRapfa (version 1.0)

getXY: To get XY co-ordinates for the igraph plots.

Description

Sets XY co-ordinates for the igraph plots.

Usage

getXY(G)

Arguments

G
G an apfa igraph object.

Value

An array containing a set of co-ordinates for the graph.

Details

The function uses the igraph layout.sugiyama function. For large graphs the layout.drl function is more efficient.

See Also

igraph.plot