Plots the California counties, filled according to a particular feature.
map_plot( data, variable, breaks = NULL, title = NULL, fill = "Rates (%)", trans = NULL )
data | The dataset that contains the variable to be plotted |
---|---|
variable | The variable to be plotted |
breaks | The breaks for the legend. By default set to |
title | The title of the figure. By default set to |
fill | The fill of the figure. By default set to |
trans | The transformation to be applied to the data. By default set
to |