Create grob objects for the pattern elements within a boundary
create_pattern_circles(params, boundary_df, aspect_ratio, legend = FALSE)create_pattern_crosshatch_via_sf(
params,
boundary_df,
aspect_ratio,
legend = FALSE
)
create_pattern_none(params, boundary_df, aspect_ratio, legend = FALSE)
create_pattern_stripes_via_sf(
params,
boundary_df,
aspect_ratio,
legend = FALSE
)
params/coords for a single element. named list or single row data.frame
mask for the pattern rendering
a aspect ratio of the plotting area.
is the pattern being created in the legend? default FALSE. Use this flag if you want different pattern drawing behviour for the legend.
grid grob objects.