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