centers | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.