Title: | Create Tile Grid Maps |
---|---|
Description: | Create tile grid maps, which are like choropleth maps except each region is represented with equal visual space. |
Authors: | Sean Kross [aut, cre] |
Maintainer: | Sean Kross <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-10-31 21:08:17 UTC |
Source: | https://github.com/seankross/minimap |
Postal Abbreviations for Canada
canada_abb
canada_abb
An object of class character
of length 13.
## Not run: canada_abb ## End(Not run)
## Not run: canada_abb ## End(Not run)
Production and farm value of maple products in Canada
maple
maple
A data frame with columns:
A value between 1924 and 2015.
Maple products expressed as syrup, total in thousands of gallons.
Gross value of maple products in thousands of Canadian dollars.
Postal code abbreviation for territory or province.
Statistics Canada. Table 001-0008 - Production and farm value of maple products, annual. http://www5.statcan.gc.ca/cansim/
## Not run: maple ## End(Not run)
## Not run: maple ## End(Not run)
Postal Abbreviations for Mexico
mexico_abb
mexico_abb
An object of class character
of length 32.
## Not run: mexico_abb ## End(Not run)
## Not run: mexico_abb ## End(Not run)
Monthly milk production in Canada
milk
milk
A data frame with columns:
A value between 1976 and 2015.
A value between 1 and 12.
Postal code abbreviation for territory or province.
Milk sold off farms in kiloliters.
Statistics Canada. Table 003-0011 - Milk production and utilization, monthly. http://www5.statcan.gc.ca/cansim/
## Not run: milk ## End(Not run)
## Not run: milk ## End(Not run)
Make a tile grid map of Canada
minicanada(pt, pt_colors, border_colors = rep("white", 13), pt_names = TRUE, pt_name_colors = rep("white", 13), pt_name_cex = 1, font = NULL)
minicanada(pt, pt_colors, border_colors = rep("white", 13), pt_names = TRUE, pt_name_colors = rep("white", 13), pt_name_cex = 1, font = NULL)
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 |
## Not run: minicanada(canada_abb, 1:13) ## End(Not run)
## Not run: minicanada(canada_abb, 1:13) ## End(Not run)
Make a tile grid map of Mexico
minimexico(estados, estados_colors, border_colors = rep("white", 32), estados_names = TRUE, estados_name_colors = rep("white", 32), estados_name_cex = 1, font = NULL)
minimexico(estados, estados_colors, border_colors = rep("white", 32), estados_names = TRUE, estados_name_colors = rep("white", 32), estados_name_cex = 1, font = NULL)
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
|
## Not run: minimexico(mexico_abb, 1:32) ## End(Not run)
## Not run: minimexico(mexico_abb, 1:32) ## End(Not run)
Make a tile grid map of The United States of America
miniusa(states, state_colors, border_colors = rep("white", 51), state_names = TRUE, state_name_colors = rep("white", 51), state_name_cex = 1, font = NULL)
miniusa(states, state_colors, border_colors = rep("white", 51), state_names = TRUE, state_name_colors = rep("white", 51), state_name_cex = 1, font = NULL)
states |
A vector of US state postal abbreviations. This vector must be
some permutation of |
state_colors |
A vector of "colors" in the R sense. For example strings
( |
border_colors |
Like |
state_names |
Should the postal codes for each state be displayed in the
center of the state? The default value is |
state_name_colors |
Like |
state_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
|
## Not run: miniusa(state_abb, 1:51) ## End(Not run)
## Not run: miniusa(state_abb, 1:51) ## End(Not run)
Changes in the legality of same sex marriage in the United States over time.
ssm
ssm
A data frame with columns:
State Abbreviation
Legal status. Either bbs
meaning banned by statute,
nl
meaning not legal, legal
, bbca
meaning banned by
constitutional ammendment, or dis
meaning disputed.
Year status went into effect.
http://www.nytimes.com/interactive/2015/03/04/us/gay-marriage-state-by-state.html
## Not run: ssm ## End(Not run)
## Not run: ssm ## End(Not run)
Postal Abbreviations for The United States of America
usa_abb
usa_abb
An object of class character
of length 51.
## Not run: usa_abb ## End(Not run)
## Not run: usa_abb ## End(Not run)