Description Usage Arguments Details Value Examples
View source: R/plot_many_maps.R
Plot many maps of a single area.
1 | plot_many_maps(map_list, labels, size = 2)
|
map_list |
A list of |
labels |
A character vector containing the labels for the regions of
the |
size |
numeric. Controls size of labels in plot. |
Each element of the map_list
argument must have the same number of
features, with the first feature of each element corresponding to the same
region, the second feature of each element corresponding to the same region,
etc. Region labels must be in the same order as the regions of each
sfc_POLYGON
object.
Prints a plot with labels of the maps in the map_list
argument.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.