Deprecated. Use [choropleth()] instead.
choropleth_ggplot2(
sf_object,
value = output,
n = 7,
dig.lab = 2,
legend_title = "Class",
option = "D",
direction = 1
)A ggplot object containing the choropleth map.
An object of class sf containing polygon geometries.
Column in sf_object used to shade the polygons.
Integer. Number of clusters to use in Fisher classification.
Integer. Number of digits to display in legend labels.
Character. Title for the legend.
Character string indicating the colormap option passed to
ggplot2.
Numeric. Order of colors in the scale.
`choropleth_ggplot2()` is deprecated. Use [choropleth()] instead.