R/hatched_SpatialPolygons.R
hatched.SpatialPolygons.Rd
Return a SpatialLinesDataframe as hatched area for a SpatialPolygons
hatched.SpatialPolygons(x, density = 10, angle = 45, fillOddEven = FALSE)
SpatialPolygons* from library sp
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).
logical controlling the polygon shading mode: see
below for details. Default FALSE
.