The goal of tilegramsR is to provide R spatial objects representing Tilegrams. The primary purpose of this data is for plotting either using base plotting, ggplot2 or leaflet. To know more about Tilegrams see this post and a this web app.
install.packages('tilegramsR')
#OR Latest Development version
devtools::install_github('bhaskarvk/tilegramsR')
Check out inst\examples
folder, or see it in action at Rpubs: tilegramsR and Rpubs: Election Map.
The package provides spatial objects in sf format.
sf
object where each feature = 500K peoplesf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature is a German Constituencysf
object of centroids of each German Constituencysf
object of French regionssf
object of boundaries of French regionssf
object of centroids of each French regionsf
object of French Regions including overseas regionssf
object of boundaries of all French regionssf
object of centroids of each French Region including overseas regionssf
object of French departmentssf
object of centroids of each French departmentsf
object where each feature = 1 electoral collegesf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 congressional Districtsf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 electoral collegesf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object of centroids of each state of the U.S.A.sf
object where each feature = 1 state of the U.S.Asf
object 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.