View source: R/stat_signHatch.R
st_df2hatch | R Documentation |
st_df2hatch
st_df2hatch(data, density = 1, angle = 45, hatch = TRUE)
data |
A data.frame, with the columns of "x", "y", "mask"(optional), and "PANEL"(optional), "group"(optional). |
density |
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). |
angle |
the slope of shading lines, given as an angle in degrees (counter-clockwise). |
hatch |
boolean. If |
A multi-line sf object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.