powered by
Shorthand function to get the face names of an icosahedral grid or a grid linked to a facelayer.
facelayer
faces(x)# S4 method for trigrid faces(x)# S4 method for gridlayer faces(x)
# S4 method for trigrid faces(x)
# S4 method for gridlayer faces(x)
The names of the faces of the grid as a character vector.
character
(trigrid, hexagrid or facelayer) The grid or facelayer object.
trigrid
hexagrid
ball <- hexagrid(2) faces(ball)
Run the code above in your browser using DataLab