pos | R Documentation |
This function will retrieve the position of a vertex or a face on a hexagrid
or trigrid
object.
pos(gridObj, names, output = "polar")
gridObj |
a ( |
names |
( |
output |
( |
Vertex and face names can be mixed in a single names
argument.
A numeric
matrix.
g <- trigrid(c(4,4))
pos(g, c("F2", "P6", "dummyname"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.