search for: choropleths

Displaying 20 results from an estimated 26 matches for "choropleths".

Did you mean: choropleth
2011 Aug 25
2
Choropleth in R
Hi all, I would like to use R in order to generate a Heatmap/Choropleth overlaid on the UK map. Can someone please help with finding the right package/code? Any help is much appreciated. Best, Reza [[alternative HTML version deleted]]
2012 Jun 28
2
R help, using R to build choropleth
Hi guys i need some help to build choropleth. Basically i am trying to colour regions on the map by population. I possess the shape file of the country, and also the population data, however, i am having trouble to create the plot, below is my code: population=read.csv("nz2.csv") population names(population) nz=readShapeSpatial((sprintf('nz-geodetic-marks',tmp_dir)))
2010 Mar 24
0
Getting choropleth map intervals correct
Hello all, Working on mapping some probabilities using R to a geographic unit called a TAZ. The below data will work but you will have to set your directory for the shape file. Never did this before so hopefully this works. ResProbs is just supposed to be a value between 0-1, sorry if that more complicated than it needed to be. TazFile <- "*directory*/TAZ.shp" TazShape <-
2006 Jul 31
0
Choropleths maps of the USA states (PR#9111)
...There is no such account in the address =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D I have a problem with the choropleths maps of the USA states=20 In fact, when I use the following code ##################################################### palette(gray(seq(0,.9,len=3D10))) ordena.estados<-c("ALABAMA","ARIZONA","ARKANSAS","CALIFORNIA","COLORADO", "CONNECT...
2012 Jul 09
0
R, maps, choropleth, data keys
I have four files that map populations to appropriate keys: statepop.csv, countypop.csv, zip3.csv, and zip5.csv. I'm using the TIGER/Lines shape files: tl_2009_12_state, tl_2009_12_county tl_2009_12_zcta3, and  tl_2009_12_zcta5. I have carefully followed a number of tutorials and can reproduce those, and can also produce scatter and bubble plots of my data (using long and lat coordinates to
2017 Jan 03
3
Consulta mapas
Hola! Quiero empezar a georeferenciar en mapas con R. En blogs se encuentra bastante información pero veo que no hay unanimidad respecto a las librerías a utilizar ni tampoco la información es muy clara ni abarcativa. ¿Alguno/a trabaja con mapas en R y me puede indicar por donde encarar? En principio mi interés es realizar mapas sencillos con información por provincias y departamentos de
2017 Feb 04
1
usmap v 0.1.0 released
Hello useRs, I am announcing the release of my first package, usmap ( http://cran.r-project.org/package=usmap). "usmap" is a package to aid in the creation of US choropleths that include Alaska and Hawaii. It is still in its early stages (v 0.1.0) but I hope to improve it with added functionality over time. Features can be seen in the vignettes here: https://cran.r-project.org/web/packages/usmap/vignettes/introduction.html https://cran.r-project.org/web/packages/usmap...
2017 Feb 04
1
usmap v 0.1.0 released
Hello useRs, I am announcing the release of my first package, usmap ( http://cran.r-project.org/package=usmap). "usmap" is a package to aid in the creation of US choropleths that include Alaska and Hawaii. It is still in its early stages (v 0.1.0) but I hope to improve it with added functionality over time. Features can be seen in the vignettes here: https://cran.r-project.org/web/packages/usmap/vignettes/introduction.html https://cran.r-project.org/web/packages/usmap...
2011 Nov 28
2
heat map - how to import a graphic?
If I want to create a heat map where I have a graphic of a US State with county borders, how do I import and work with the graphic image? The reason I would like to use R is so I can then define color parameters and quickly produce heat maps that correspond to various data in dataframes.   Thanks. Alison [[alternative HTML version deleted]]
2015 Apr 03
0
Mapas con spplot
Hola, Yo lo resuelvo usando grid.rect. Tienes una posible solución aquí: https://github.com/oscarperpinan/spacetime-vis/blob/master/choropleth.R#L216 (que es una versión actualizada de este artículo https://procomun.wordpress.com/2012/02/18/maps_with_r_1/) Saludos. Oscar. ----------------------------------------------------------------- Oscar Perpiñán Lamigueiro Dpto. Ing. Eléctrica,
2015 Apr 02
2
Mapas con spplot
Hola He hecho el típico mapa con gadm y spplot: library(sp) ES <- local(get(load(url("http://biogeo.ucdavis.edu/data/gadm2/R/ESP_adm2.RData ")))) acerco las canarias: A <- which(ES en data$NAME_1 == "Islas Canarias") L <- length(ES en polygons[[A]]@Polygons) L <- length(ES en polygons[[A]]@Polygons) for (i in 1:L){ ES en polygons[[A]]@Polygons[[i]]@coords
1999 Apr 17
1
Maps in R
Apologies in advance from an R newbie if this is a dumb question. Is it possible to produce choropleth maps in R? I gather from some nice research papers on the AT&T (sorry, Lucent) S web site that in S (and S Plus) there is a map() function which uses arrays of polylines and regions to draw map borders and then fill them with patterns or shades according to some scalar quantity. We currently
2012 Nov 20
2
[lattice] how to overlay a geographical map on a levelplot?
r-help lattice adepts: I have a question which is somewhat geospatial, so I posted to r-sig-geo rather than here: https://stat.ethz.ch/pipermail/r-sig-geo/2012-November/016757.html > summary: How to overlay a geographical map on each panel in a lattice > (or Trellis), e.g., of levelplot's? Note I am not inquiring about > creating choropleth maps[,] which Sarkar 2008 covers quite
2017 Aug 17
0
usmap v0.2.1 released
...on 0.2.1 and is now available on CRAN <https://cran.r-project.org/package=usmap>. This update contains some minor fixes and improvements. The full change log is available on Github: https://github.com/pdil/usmap/releases/tag/v0.2.1 ? *usmap* is a package that allows one to easily create US choropleths that include Alaska and Hawaii. The package is still in its early stages and I?m continuing to add more features and improve the API. I am open to suggestions for the direction in which this package should go so feel free to submit issues/pull requests at https://github.com/pdil/usmap. Regards, Pa...
2017 Aug 17
0
usmap v0.2.1 released
...on 0.2.1 and is now available on CRAN <https://cran.r-project.org/package=usmap>. This update contains some minor fixes and improvements. The full change log is available on Github: https://github.com/pdil/usmap/releases/tag/v0.2.1 ? *usmap* is a package that allows one to easily create US choropleths that include Alaska and Hawaii. The package is still in its early stages and I?m continuing to add more features and improve the API. I am open to suggestions for the direction in which this package should go so feel free to submit issues/pull requests at https://github.com/pdil/usmap. Regards, Pa...
2009 Feb 25
0
ggplot2 0.8.2
ggplot2 ------------------------------------------------------------ ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and avoid bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce
2009 Feb 25
0
ggplot2 0.8.2
ggplot2 ------------------------------------------------------------ ggplot2 is a plotting system for R, based on the grammar of graphics, which tries to take the good parts of base and lattice graphics and avoid bad parts. It takes care of many of the fiddly details that make plotting a hassle (like drawing legends) as well as providing a powerful model of graphics that makes it easy to produce
1999 Nov 05
2
library maps for R
Anybody interested in the S maps library for R? I have ported a limited version of the software for a Unix platform, and would be happy to make it available for anybody interested. If there is a lot of interest then I will submit it to CRAN. I know that Ross Ihaka is working on a new version for R, which does not have some of the limitations of the original S version. My version does not do
2012 Jan 11
0
Revolutions Blog: December Roundup
I write about R every weekday at the Revolutions blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of December: A brief summary of the changes in R 2.14.1: http://bit.ly/vZo2He A review of the new book 'R in
2012 Apr 10
0
Revolutions Blog: March Roundup
...blog: http://blog.revolutionanalytics.com and every month I post a summary of articles from the previous month of particular interest to readers of r-help. In case you missed them, here are some articles related to R from the month of March: New features in the latest version of ggplot2 include choropleths, violin plots, and improved annotations: http://bit.ly/wHYCbS A video demonstration of big-data Naive Bayes and Classification Tree models with Revolution R Enterprise for IBM Netezza: http://bit.ly/HylxcS A collection of two-minute video tutorials for R beginners: http://bit.ly/HylyO9 A bad inf...