Re: [R] Creating World Map with Points

2015-09-29 Thread Giorgio Garziano
I had to update low/up longitude and latitude attributes of the zoom=1 map with those of zoom=2 map. library(ggmap) # the zoom=2 map works with ggmap(), however it does not show Americas and all Pacific Ocean map <- get_map(location = 'India', zoom=2) bb <- attr(map, "bb") bb # the zoom=1

[R] Creating World Map with Points

2015-09-28 Thread Lorenzo Isella
Dear All, Please have a look at the snippet at the end of the email. Essentially, I am trying to combine google maps with ggplot2. The idea is to simply plot some points, whose size depend on a scalar, on a google map. My question is how I can extend the map in the snippet below in order to plot

[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]] __

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

[R] Creating a map for central asia countries

2011-09-15 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

[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

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 swordligh...@gmail.com 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

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

2011-09-15 Thread Gesmann, Markus
Subject: Re: [R] Creating a map with central Asian countries On Thu, Sep 15, 2011 at 8:41 AM, Salaam Batur swordligh...@gmail.com wrote: Dear all, I am trying to create a map for central asian countries(Kazakhstan, Uzbekstan, Kyrgyzstan, Turkmenstan, and Tajikstan). I tried google

[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

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

[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

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:

Re: [R] creating a map

2009-02-17 Thread Greg Snow
] 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 count of students in each state. What I've done so

Re: [R] creating a map

2009-02-17 Thread Alina Sheyman
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 Sent: Tuesday, February 17, 2009 9:53 AM To: r-help@r-project.org Subject: [R] creating a map I'm

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 greg.s...@imail.orgmailto:greg.s