dots {dots} | R Documentation |
Make dot density plots
Description
Make dot density plots
Usage
dots(
shp,
cols,
engine = engine_terra,
divisor = 250,
min_point = 0.1 * divisor
)
Arguments
shp |
input shp with |
cols |
< |
engine |
backend to use. Default is |
divisor |
Number of people per dot. Default is 250. |
min_point |
Minimum number of people to generate one dot. Defaults to 10% of the divisor. |
Value
A ggplot
Examples
data('suffolk')
# subset to first 20 rows for speed on CRAN
dots(suffolk[1:20, ], c(vap_black), divisor = 2000)
[Package dots version 0.0.2 Index]