minicanada {minimap} | R Documentation |
Make a tile grid map of Canada
Description
Make a tile grid map of Canada
Usage
minicanada(pt, pt_colors, border_colors = rep("white", 13), pt_names = TRUE,
pt_name_colors = rep("white", 13), pt_name_cex = 1, font = NULL)
Arguments
pt |
A vector of Canadian province and territory postal abbreviations.
This vector must be some permutation of |
pt_colors |
A vector of "colors" in the R sense. For example strings
( |
border_colors |
Like |
pt_names |
Should the postal codes for each province or territory be
displayed in the center of the province or territory? The default value is
|
pt_name_colors |
Like |
pt_name_cex |
The size of the text displayed inside of each province or territory. |
font |
The font of the text displayed inside of each province or
territory. The values |
Examples
## Not run:
minicanada(canada_abb, 1:13)
## End(Not run)