pos {icosa} | R Documentation |
Position of face centers and vertices on a grid
Description
This function will retrieve the position of a vertex or a face on a hexagrid
or trigrid
object.
Usage
pos(gridObj, names, output = "polar")
Arguments
gridObj |
|
names |
( |
output |
( |
Details
Vertex and face names can be mixed in a single names
argument.
Value
A numeric
matrix.
Examples
g <- trigrid(c(4,4))
pos(g, c("F2", "P6", "dummyname"))
[Package icosa version 0.11.0 Index]