Re: [R] Creating a map in R using ACS PUMS data

2013-09-12 Thread Anthony Damico
the smallest boundary in the 1-year acs files is public use microdata area (puma), but the 3- and 5-year public use microdata samples (pums) go down to some counties, i believe.. http://www.census.gov/acs/www/guidance_for_data_users/estimates/ i think you just need to download the census bureau

[R] Creating a map in R using ACS PUMS data

2013-09-12 Thread Chris Schatschneider
Hello all - does anyone know if there is a package in R that will allow me to create a map of the US (or individual states) that uses the American Community Survey PUMS boundaries? Thanks [[alternative HTML version deleted]] __ R-help@r-project

Re: [R] Creating a map with central Asian countries

2011-09-15 Thread Gesmann, Markus
alf Of Barry Rowlingson Sent: 15 September 2011 09:58 To: Salaam Batur Cc: r-help@r-project.org Subject: Re: [R] Creating a map with central Asian countries On Thu, Sep 15, 2011 at 8:41 AM, Salaam Batur wrote: > Dear all, > > I am trying to create a map for central asian countries(Kazakhstan,

Re: [R] Creating a map with central Asian countries

2011-09-15 Thread Barry Rowlingson
On Thu, Sep 15, 2011 at 8:41 AM, Salaam Batur wrote: > Dear all, > > I am trying to create a map for central asian countries(Kazakhstan, > Uzbekstan, Kyrgyzstan, Turkmenstan, and Tajikstan). I tried google for > shapefiles and Rdata files of central asia, but I can't seem to find them. > There is

[R] Creating a map with central Asian countries

2011-09-15 Thread Salaam Batur
Dear all, I am trying to create a map for central asian countries(Kazakhstan, Uzbekstan, Kyrgyzstan, Turkmenstan, and Tajikstan). I tried google for shapefiles and Rdata files of central asia, but I can't seem to find them. There is only a world map and individual maps for each countries. If I use

[R] Creating a map for central asia countries

2011-09-14 Thread Batur
Dear all, I am trying to create a map for central asian countries(Kazakhstan, Uzbekstan, Kyrgyzstan, Turkmenstan, and Tajikstan). I tried google for shapefiles and Rdata files of central asia, but I can't seem to find them. There is only a world map and individual maps for each countries. If I use

Re: [R] Creating a map .

2010-07-26 Thread 500600
raster package may be what you're looking for. -- View this message in context: http://r.789695.n4.nabble.com/Creating-a-map-tp2301972p2302053.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https://s

[R] Creating a map .

2010-07-26 Thread Alaios
Hello. I would try to explain what I would like to implement so to suggest me what to try out. I would like to create an area of X*X km that would be used to "Simulate" an area map (eg. city's area, suburban area). -X would be a parameter so I do not want it to be fixed -In this map I would l

Re: [R] creating a map

2009-02-17 Thread Greg Snow
[mailto:alina...@gmail.com] Sent: Tuesday, February 17, 2009 11:02 AM To: Greg Snow Cc: r-help@r-project.org Subject: Re: [R] creating a map Thanks Greg, do you know where i can find the sate.center dataset that you mention? On Tue, Feb 17, 2009 at 12:28 PM, Greg Snow mailto:greg.s...@imail.org>>

Re: [R] creating a map

2009-02-17 Thread Alina Sheyman
regory (Greg) L. Snow Ph.D. > Statistical Data Center > Intermountain Healthcare > greg.s...@imail.org > 801.408.8111 > > > > -Original Message- > > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > > project.org] On Behalf Of Alina Sheyman > > Se

Re: [R] creating a map

2009-02-17 Thread Greg Snow
roject.org] On Behalf Of Alina Sheyman > Sent: Tuesday, February 17, 2009 9:53 AM > To: r-help@r-project.org > Subject: [R] creating a map > > I'm trying to create a fairly basic map using R. What i want to get is > the > map of the country with circles representing a cou

Re: [R] creating a map

2009-02-17 Thread David Winsemius
Two places that have worked examples leap to mind: --- Sarkar's online accompaniment to his book: http://lmdvr.r-forge.r-project.org/figures/figures.html Thumbing through the hard copy I see Figure 6.5 might of interest. --- Addicted to R's graphics gallery: http://addictedtor.free.fr/graphiques

[R] creating a map

2009-02-17 Thread Alina Sheyman
I'm trying to create a fairly basic map using R. What i want to get is the map of the country with circles representing a count of students in each state. What I've done so far is as following - map("state") symbols(data1$count,circles=log(data1$count)*3,fg=col,bg=col,add=T,inches=F) this gives