Get SpatialLines of one Polygons feature
polygonRingHolesLines(
Sr,
density = 0.5,
angle = 45,
ID = 1,
fillOddEven = FALSE
)An object of class Polygons
the density of shading lines, in lines per inch. The
default value of NULL means that no shading lines are drawn.
A zero value of density means no shading nor filling whereas
negative values and NA suppress shading (and so allow
color filling).
the slope of shading lines, given as an angle in degrees (counter-clockwise).
Number or string identifying the Polygon inside Polygons
logical controlling the polygon shading mode: see
below for details. Default FALSE.