gridlabs3d {icosa} | R Documentation |
Display the names of the grid elements in 3d plots.
Description
This function will display the names of vertices, faces and edges on 3d plots.
Usage
gridlabs3d(gridObj, ...)
## S4 method for signature 'trigrid'
gridlabs3d(gridObj, type = "f", ...)
## S4 method for signature 'hexagrid'
gridlabs3d(gridObj, type = "f", ...)
Arguments
gridObj |
|
... |
Additional arguments passed to |
type |
( |
Value
The function does not return any value.
Examples
# create a hexagonal grid
g <- hexagrid(c(2,2))
# plot the grid in 3d space
# lines3d(g, guides=FALSE)
# labels
# gridlabs3d(g)
[Package icosa version 0.11.0 Index]