# NOT RUN {
leaf_sf_col(example_point,
col_var = trend_category)
leaf_sf_col(example_polygon,
col_var = density)
leaf_sf_col(example_polygon,
col_var = density,
col_method = "bin",
col_breaks_n = 5)
leaf_sf_col(example_polygon,
col_var = density,
col_method = "bin",
col_cuts = c(0, 10, 50, 100, 150, 200, Inf))
leaf_sf_col(example_polygon,
col_var = density,
col_method = "quantile",
col_breaks_n = 4)
leaf_sf_col(example_polygon,
col_var = density,
col_method = "quantile",
col_cuts = c(0, 0.25, 0.5, 0.75, 0.95, 1))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab