# NOT RUN {
leaflet_sf_col(example_sf_polygon, density,
col_method = "quantile", col_cuts = c(0, 0.25, 0.5, 0.75, 0.95, 1))
leaflet_sf_col(example_sf_polygon, density,
col_method = "bin", col_cuts = c(0, 10, 50, 100, 150, 200, Inf))
leaflet_sf_col(example_sf_point, trend_category, pal = c("#4575B4", "#D3D3D3", "#D73027"))
# }
Run the code above in your browser using DataLab