convex.hull {igraph}R Documentation

Convex hull of a set of vertices

Description

[Deprecated]

convex.hull() was renamed to convex_hull() to create a more consistent API.

Usage

convex.hull(data)

Arguments

data

The data points, a numeric matrix with two columns.


[Package igraph version 2.0.3 Index]