edges {icosa}R Documentation

The edges of a 3d object

Description

Shorthand function to get the edges slot of an icosahedral grid or a grid linked to a facelayer.

Usage

edges(x)

## S4 method for signature 'obj3d'
edges(x)

## S4 method for signature 'facelayer'
edges(x)

Arguments

x

(trigrid, hexagrid or facelayer) The grid or linked data object.

Value

The edges of the grid, as a character matrix.


[Package icosa version 0.11.0 Index]