powered by
This function will show where the grid elements are located.
gridlabs(gridObj, type = "f", projargs = NULL, ...)
(trigrid, hexagrid) An icosahedral grid.
trigrid
hexagrid
(character) The type of element to be plotted: either "f" (faces), "v" (vertices) or "e" (edges).
character
"f"
"v"
"e"
(character or CRS) A projection string for the transformation fo coordinates.
CRS
Arguments passed to the text function.
text
The function has no return value.
# NOT RUN { gr <- hexagrid(sp=TRUE) plot(gr) gridlabs(gr) # }
Run the code above in your browser using DataLab