emitanaka.org
ggplot(nc) +
geom_sf(aes(fill = duo(value, sd)))
# not just for sf -- works for any other geoms!
ggplot(anscombe, aes(x1, x2)) +
geom_point(aes(color = duo(y1, y2)), size = 6)
ggplot(nc) +
geom_sf(aes(fill = duo(value, sd)))
# not just for sf -- works for any other geoms!
ggplot(anscombe, aes(x1, x2)) +
geom_point(aes(color = duo(y1, y2)), size = 6)