lines,trigrid-method {icosa}R Documentation

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 signature 'trigrid'
lines(x, crs = NULL, col = 1, lwd = 1, lty = 1, ...)

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.

Value

The function has no return value.


[Package icosa version 0.11.0 Index]