faces {icosa} | R Documentation |
The face names of a trigrid or hexagrid object
Description
Shorthand function to get the face names of an icosahedral grid or a grid linked to a facelayer
.
Usage
faces(x)
## S4 method for signature 'trigrid'
faces(x)
## S4 method for signature 'gridlayer'
faces(x)
Arguments
x |
( |
Value
The names of the faces of the grid as a character
vector.
Examples
ball <- hexagrid(2)
faces(ball)
[Package icosa version 0.11.1 Index]