Displaying 20 results from an estimated 70 matches similar to: "R help, using R to build choropleth"
2012 Sep 07
0
Error when using s.multinom() of the ade4 package - %PCA and MCOA
Hello,
I am working with s.multinom() from the ade4package. I tried to plot the
results of my %PCA (via the function dudi.pca()) followed by a MCOA
(mcoa()). But when I give my variables to s.multinom() I get the following
Error message:
Error in FUN(1:14[[1L]], ...) : number 1 profile without data
I know that it has to do with one (or two?) of the first arguments
(kpca,sglmarkerfrq) but I just
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]]
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 <-
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
1998 Jul 20
2
HELP -- upgrade to 1.9.18p8 causing print/disk trouble ...
I recently upgraded all our site's samba servers to 1.9.18p8, and I seem to
be having many strange problems where they didn't exist before. I haven't
made any changes to smb.conf.
The biggest trouble I seem to have is that people can no longer access
printers ... NT/95 just gives a generic "path to server not available"
message. Some nodes even have trouble connecting
2020 Mar 30
0
[PATCH common 2/4] options: Generate cryptsetup mapnames beginning with "crypt..." not "luks..."
Since we're no longer only inspecting LUKS devices, use a more generic
name. This rewrite also makes the function clearer.
---
options/decrypt.c | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 deletions(-)
diff --git a/options/decrypt.c b/options/decrypt.c
index d868f70..58f8df9 100644
--- a/options/decrypt.c
+++ b/options/decrypt.c
@@ -28,6 +28,7 @@
#include
2006 Jul 31
0
Choropleths maps of the USA states (PR#9111)
Dear Colegues:
I have tried to reach Ray Brownrigg, Ray.Brownrigg at mcs.vuw.ac.nz
but my mails have turned back with the following comment
did not reach the following recipient(s):
Brownrigg at mcs.vuw.ac.nz on Mon, 31 Jul 2006 12:52:39 +0100
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=
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
1998 Dec 18
0
HELP -- upgrade to 1.9.18p8 causing print/disk trouble ..."
Hello Jim,
I've installed samba-1.9.18p8 some months ago. Everything worked find
till yesterday.
My PCs went in a similar problem as yours.
If I want to connect to a Networkprinter (my samba is the printserver
for the PC)
it takes a verly long time (10 Minutes) till I get any response from my
printer.
If I want to print it takes a very long time too to get the dialog with
the right printer.
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
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 Mar 02
0
ggplot2 0.9.0
# 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
complex multi-layered graphics.
Find out more at
2012 Mar 02
0
ggplot2 0.9.0
# 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
complex multi-layered graphics.
Find out more at