Learn R Programming

icosa (version 0.11.1)

lines,trigrid-method: Lines method for the trigrid and hexagrid classes

Description

This function will invoke the method of the SpatialPolygons class. This function will invoke the lines method of the sf or the SpatialPolygons class.

Usage

# S4 method for trigrid
lines(x, crs = NULL, col = 1, lwd = 1, lty = 1, ...)

Value

The function has no return value.

Arguments

x

(trigrid, hexagrid) Object.

crs

(character or crs) A coordinate system for the transformation of coordinates.

col

Line colors - as in par

lwd

Line thickness - as in par

lty

Line type - as in par

...

Arguments passed to the sp.lines method.