Display the names of the grid elements in 3d plots.
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", ...)
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.