vertex.shapes {igraph}R Documentation

Various vertex shapes when plotting igraph graphs

Description

[Deprecated]

vertex.shapes() was renamed to shapes() to create a more consistent API.

Usage

vertex.shapes(shape = NULL)

Arguments

shape

Character scalar, name of a vertex shape. If it is NULL for shapes(), then the names of all defined vertex shapes are returned.


[Package igraph version 2.0.3 Index]