The neighbouring faces of faces in an icosahedral grid
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
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.