spacing | R Documentation |
This function will return the distance between neighboring face centers.
spacing(x, ...)
## S4 method for signature 'trigrid'
spacing(x, degree = TRUE)
x |
( |
... |
Arguments of class-specific methods. |
degree |
( |
The value for every pair is given in either degrees or kilometers depending on degree
.
A named numeric
vector, one value for every for every neighboring cell pair.
h <- hexagrid(3)
spacing(h)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.