sfplot | R Documentation |
Quick plot of an sf object
sfplot(df, colour = "red", fill = NA, label_col_int = FALSE)
df |
An sf object. |
colour |
Colour of borders. |
fill |
Main variable in |
label_col_int |
Integer value of column containing labels |
A ggplot object.
## Not run: sfplot(CP_dist_map, fill = "MEDIAN_HRS_ACCESS", label_col_int = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.