layout_with_hive: layout_with_hive

Description Usage Arguments Details Value Author(s) Examples

Description

igraph layout function for hive plots

Usage

1

Arguments

graph

An igraph object

Details

igraph layout function for hive plots

Value

A two-dimensional matrix with x- and y-coordinates

Author(s)

Jared P. Lander

Examples

1
2
3
4
5
6
library(igraph)
library(useful)
data(flights)
g <- graph.data.frame(flights, directed=FALSE)
l <- layout_with_hive(g)
plot(g, layout=l)

jaredlander/HivePlot documentation built on May 18, 2019, 3:46 p.m.