surfacearea | R Documentation |
This function will return the areas of all cells in the specified grid object.
surfacearea(x)
## S4 method for signature 'trigrid'
surfacearea(x)
## S4 method for signature 'hexagrid'
surfacearea(x)
x |
( |
A named numeric
vector, in the metric that was given to the function in the coordinates or the radius of the grid. Default grid configurations yield values in square kilometers.
g <- trigrid(3)
surfaces <- surfacearea(g)
surfaces
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.