minimexico {minimap} | R Documentation |
Make a tile grid map of Mexico
Description
Make a tile grid map of Mexico
Usage
minimexico(estados, estados_colors, border_colors = rep("white", 32),
estados_names = TRUE, estados_name_colors = rep("white", 32),
estados_name_cex = 1, font = NULL)
Arguments
estados |
A vector of Mexican state postal abbreviations. This vector must be
some permutation of |
estados_colors |
A vector of "colors" in the R sense. For example strings
( |
border_colors |
Like |
estados_names |
Should the postal codes for each state be displayed in the
center of the state? The default value is |
estados_name_colors |
Like |
estados_name_cex |
The size of the text displayed inside of each state. |
font |
The font of the text displayed inside of each state. The values
|
Examples
## Not run:
minimexico(mexico_abb, 1:32)
## End(Not run)