- Notifications
You must be signed in to change notification settings - Fork2
bhaskarvk/tilegramsR
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
There won't be any more development on this project. It is feature complete from my perspective. Thank you all who have used and contributed to this project.
The goal oftilegramsR package is to provide R spatial objects insf format representing various Tilegrams. The primary purpose of this data is to be used for data visualization. The objects provided can be plotted using base R plotting, ggplot2, or leaflet.
To know more about Tilegrams seethis post and athis web app.
install.packages('tilegramsR')ORLatestDevelopmentversiondevtools::install_github('bhaskarvk/tilegramsR')
Check outinst\examples folder, or see it in action atRpubs: tilegramsR andRpubs: Election Map.
The package provides spatial objects insf format.
- sf_Pitch_US_Population_2016_v1: A
sfobject where each feature = 500K people - sf_Pitch_US_Population_2016_v1.states: A
sfobject where each feature = 1 state of the U.S.A - sf_Pitch_US_Population_2016_v1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_germany_constituencies: A
sfobject where each feature is a German Constituency - sf_germany_constituencies.centers: A
sfobject of centroids of each German Constituency
- sf_france_regions_population: A
sfobject of French regions - sf_france_regions_population.regions: A
sfobject of boundaries of French regions - sf_france_regions_population.centers: A
sfobject of centroids of each French region - sf_france_all_regions_population: A
sfobject of French Regions including overseas regions - sf_france_all_regions_population.regions: A
sfobject of boundaries of all French regions - sf_france_all_regions_population.centers: A
sfobject of centroids of each French Region including overseas regions - sf_france_departments: A
sfobject of French departments - sf_france_departments.centers: A
sfobject of centroids of each French department
- sf_FiveThirtyEightElectoralCollege: A
sfobject where each feature = 1 electoral college - sf_FiveThirtyEightElectoralCollege.states: A
sfobject where each feature = 1 state of the U.S.A - sf_FiveThirtyEightElectoralCollege.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_NPR1to1: A
sfobject where each feature = 1 state of the U.S.A - sf_NPR1to1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_NPR.DemersCartogram: A
sfobject where each feature = 1 state of the U.S.A - sf_NPR.DemersCartogram.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_DKOS_50_State_OuterHex_Tilemap_v1: A
sfobject where each feature = 1 state of the U.S.A - sf_DKOS_50_State_InnerHex_Tilemap_v1: A
sfobject where each feature = 1 state of the U.S.A - sf_DKOS_50_State_Hex_Tilemap_v1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_DKOS_CD_Hexmap_v1.1: A
sfobject where each feature = 1 congressional District - sf_DKOS_CD_Hexmap_v1.1.states: A
sfobject where each feature = 1 state of the U.S.A - sf_DKOS_CD_Hexmap_v1.1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_DKOS_Electoral_College_Map_v1: A
sfobject where each feature = 1 electoral college - sf_DKOS_Electoral_College_Map_v1.states: A
sfobject where each feature = 1 state of the U.S.A - sf_DKOS_Electoral_College_Map_v1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_DKOS_Distorted_Electoral_College_Map_v1: A
sfobject where each feature = 1 state of the U.S.A - sf_DKOS_Distorted_Electoral_College_Map_v1.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_WP: A
sfobject where each feature = 1 state of the U.S.A - sf_WP.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_WSJ: A
sfobject where each feature = 1 state of the U.S.A - sf_WSJ.centers: A
sfobject of centroids of each state of the U.S.A.
- sf_Datamap.io.tilegram: A
sfobject where each feature = 1 state of the U.S.A - sf_Datamap.io.tilegram.centers: A
sfobject of centroids of each state of the U.S.A.
As and when newer Tilegrams are made available they will be added to this package.
- Pitch Interactive for the excellentTilegrams webapp and population tilegram.
- Daniel Donner ofDaily KOS for Tilegrams.
- Ella Koeze forfivethirtyeight[.]com Tilegrams.
- Danny DeBelius &Brian Boyer forNPR's Hexagon Tilegrams.
- NPR Demers Cartogram
- Washington Post Tilegram
- Wall Street Journal Tilegram
- Datamap.io Tilegram
Please note that this project is released with aContributor Code of Conduct. By participating in this project you agree to abide by its terms.
About
R wrapper for Tilegrams
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.