gridlabs {icosa} | R Documentation |
Labels of grid vertices, faces and edges.
Description
This function will show where the grid elements are located.
Usage
gridlabs(gridObj, type = "f", crs = NULL, ...)
Arguments
gridObj |
|
type |
( |
crs |
( |
... |
Arguments passed to the |
Value
The function has no return value.
Examples
gr <- hexagrid(sp=TRUE)
plot(gr)
gridlabs(gr)
[Package icosa version 0.11.0 Index]