gridlabs3d | R Documentation |
This function will display the names of vertices, faces and edges on 3d plots.
gridlabs3d(gridObj, ...)
## S4 method for signature 'trigrid'
gridlabs3d(gridObj, type = "f", ...)
## S4 method for signature 'hexagrid'
gridlabs3d(gridObj, type = "f", ...)
gridObj |
( |
... |
Additional arguments passed to |
type |
( |
The function does not return any value.
# create a hexagonal grid
g <- hexagrid(c(2,2))
# plot the grid in 3d space
# lines3d(g, guides=FALSE)
# labels
# gridlabs3d(g)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.