centers {icosa} | R Documentation |
The face centers of an icosahedral grid object
Description
Shorthand function to return the @faceCenters
slot of an icosahedral grid or a grid linked to a facelayer.
Usage
centers(x, ...)
## S4 method for signature 'trigrid'
centers(x, output = "polar")
## S4 method for signature 'facelayer'
centers(x, output = "polar")
Arguments
x |
( |
... |
Arguments passed to the class specific methods. |
output |
( |
Value
The coordinates of the face centers as a numeric
matrix.
Examples
a <- trigrid()
centers(a)
[Package icosa version 0.11.0 Index]