vicinity | R Documentation |
This function will return neighbouring faces of the input faces.
vicinity(gridObj, faces, ...)
## S4 method for signature 'trigrid,character'
vicinity(
gridObj,
faces,
order = 1,
output = "vector",
self = TRUE,
namedorder = FALSE,
...
)
gridObj |
( |
faces |
( |
... |
Arguments passed to the |
order |
( |
output |
( |
self |
( |
namedorder |
( |
A character
vector or a list
of character
vectors.
g <- trigrid(3)
ne <- vicinity(g, c("F4", "F10"))
ne
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.