lines,trigrid-method: Lines method for the trigrid and hexagrid classes
Description
This function will invoke the sp.lines method of the SpatialPolygons class.
Usage
# S4 method for trigrid
lines(x, projargs = NULL, ...)
Value
The function has no return value.
Arguments
- x
(trigrid, hexagrid) Object.
- projargs
(character or CRS) A projection string for the transformation fo coordinates.
- ...
Arguments passed to the sp.lines method.