Displaying 20 results from an estimated 26 matches for "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=readShapeSpatia...
2010 Mar 24
0
Getting choropleth map intervals correct
...sically what im after is to illustrate probabilities for each of my
geographic units for my shape file with breaks at each .1, using gray or any
other color for that matter. Thanks
http://n4.nabble.com/file/n1679914/TAZ.shp TAZ.shp
--
View this message in context: http://n4.nabble.com/Getting-choropleth-map-intervals-correct-tp1679914p1679914.html
Sent from the R help mailing list archive at Nabble.com.
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",
"CONNEC...
2012 Jul 09
0
R, maps, choropleth, data keys
...5. 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 place the pch and bubbles).
What the tutorials (apparently) don't cover is how to key the data with the shape files to produce choropleth maps. My keys for states are like AK, AL, AR, etc., and my keys for the zip3 are like 902,303, 465, etc. The examples seem to use data that's part of the shape file (such as POPULATION), but my data is in separate files. How do I connect the ID in the shape files with the key in the data files?...
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/usma...
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/usma...
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, Electrónica, Automática y Física Aplicada (ETSIDI-UPM...
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 pr...
2012 Nov 20
2
[lattice] how to overlay a geographical map on a levelplot?
...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 well (and which is supported by
latticeExtra::mapplot): I just want to appropriately overlay a
garden-variety boundary-line map on panel viewspaces defined by
longitude and latitude.
A relatively small, quite self-contained example follows the quote
above, i...
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,
P...
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,
P...
2009 Feb 25
0
ggplot2 0.8.2
...sign up to
the ggplot2 mailing list at http://groups.google.com/group/ggplot2, or track
development at http://github.com/hadley/ggplot2
ggplot2 0.8.2 (2008-02-23)
----------------------------------------
New features
* borders, fortify.map and map_data to make it easier to draw map
borders and choropleth maps
* cut_interval and cut_number utility functions to discretise
continuous variables
* stat_summary has reparameterised to make it easier to specify
different summary functions. It now has four parameters: fun.y,
fun.ymin and fun.ymax; and fun.data. See the documentation for
stat_summary for...
2009 Feb 25
0
ggplot2 0.8.2
...sign up to
the ggplot2 mailing list at http://groups.google.com/group/ggplot2, or track
development at http://github.com/hadley/ggplot2
ggplot2 0.8.2 (2008-02-23)
----------------------------------------
New features
* borders, fortify.map and map_data to make it easier to draw map
borders and choropleth maps
* cut_interval and cut_number utility functions to discretise
continuous variables
* stat_summary has reparameterised to make it easier to specify
different summary functions. It now has four parameters: fun.y,
fun.ymin and fun.ymax; and fun.data. See the documentation for
stat_summary for...
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
...of publicly-accessible databases
(a great source of data for use with R): http://bit.ly/wczT8I
The open-source RHadoop project from Revolution Analytics updates the
rmr package integrating R and Hadoop: http://bit.ly/zbTrzv
French R user Baptiste Coulmont uses R and GEOFLA shapefiles to create
a choropleth of prosperity in France: http://bit.ly/wn5kOF
The CEO of new internet bank Simple shows how to generate the bank's
logo using R: http://bit.ly/wSxN0U
An article in Forbes magazine about Big Data mentions R and Revolution
Analytics: http://bit.ly/AAJtsQ
There's a new high-availability CRA...
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 in...