Re: [R-sig-Geo] newbie questions - maps

2009-11-16 Thread Paul Hiemstra
Ashton Shortridge wrote: On Monday 16 November 2009 08:53:03 Carson Farmer wrote: ... In addition, I use linux (Debian) and the desktop GIS tools that I tried (svSig, Qgis, and some more) did not provide publication quality maps. I would strongly suggest you take another look at some

Re: [R-sig-Geo] newbie questions - maps

2009-11-16 Thread Ashton Shortridge
On Monday 16 November 2009 08:53:03 Carson Farmer wrote: > >... In addition, I use linux (Debian) and the desktop GIS tools that > > I tried (svSig, Qgis, and some more) did not provide publication quality > > maps. > > I would strongly suggest you take another look at some of these > packages (es

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Edzer Pebesma
Roger Bivand wrote: ... > Including a code snippet demonstrating your problem and posting a link > to a simple data set (shape file plus election data) would be a more > constructive way to proceed, no? The code in Ch 5 in our book on > www.asdar.org covers a very similar case, ... The book lin

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Roger Bivand
On Sun, 15 Nov 2009, tom sgouros wrote: Roger Bivand wrote: I'm trying to make some simple maps of election results and I am having some trouble. I'm hoping to use Grass (or QGis) to make the maps, but apparently this requires getting my data into the shape files, and I can't figure out ho

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Roger Bivand
On Mon, 16 Nov 2009, Karl Ove Hufthammer wrote: On Sun, 15 Nov 2009 19:52:48 +0100 (CET) Roger Bivand wrote: Do use readShapeSpatial() (or better readOGR() in rgdal) Why (or how) is readOGR better? Because it uses OGR, with an updated rather than frozen shapelib, and reads the *.prj file

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Carson Farmer
>... In addition, I use linux (Debian) and the desktop GIS tools that > I tried (svSig, Qgis, and some more) did not provide publication quality > maps. I would strongly suggest you take another look at some of these packages (especially QGIS). These are relatively young projects, and are growing

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Julian Burgos
Hello all, An alternative to create (possibly simple) shapefiles is the "shapefiles" package. http://cran.r-project.org/web/packages/shapefiles/index.html. Also the "PBSmapping" package is a very good alternative to make maps within R, and to perform basic GIS operations (i.e. overlap of poly

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Paul Hiemstra
Raphael Saldanha wrote: Hi Tom! I'm a geographer and R enthusiast too, but what I can say is: R is a great software to statistics. The final production of maps, although it's possible, it's simple and faster made with GIS softwares, like GRASS, Quantum GIS or ArcGIS. Hi, As you already stat

Re: [R-sig-Geo] newbie questions

2009-11-16 Thread Karl Ove Hufthammer
On Sun, 15 Nov 2009 19:52:48 +0100 (CET) Roger Bivand wrote: > Do use readShapeSpatial() (or better readOGR() in rgdal) Why (or how) is readOGR better? -- Karl Ove Hufthammer ___ R-sig-Geo mailing list R-sig-Geo@stat.math.ethz.ch https://stat.ethz.c

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Alex Mandel
tom sgouros wrote: > Alex Mandel wrote: > >> This could be done easily in either QGIS or R. I would leave GRASS out >> of the discussion for now if we're just talking about making a map and >> bring it back in if you start wanting to analyze the spatial >> relationship between your data and other

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Alex Mandel
tom sgouros wrote: > tom sgouros wrote: > >> Dan Putler wrote: > >>> Er, what exactly is your data? Do you have data that is linked to zip >>> codes and you want to do a "thematic" (choropleth) map of the data? Do >>> you have point data (say a lat/lon values), and want to plot the points? >>>

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Dan Putler
I'd go with the shapefiles, the E00 files are ArcInfo export format files, and it is very likely you would convert to shapefile sets along the way. Dan On Sun, 2009-11-15 at 23:27 -0500, tom sgouros wrote: > tom sgouros wrote: > > > > > Dan Putler wrote: > > > > Er, what exactly is your data

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Alex Mandel
tom sgouros wrote: > Dan Putler wrote: > >> Tom, >> >> Er, what exactly is your data? Do you have data that is linked to zip >> codes and you want to do a "thematic" (choropleth) map of the data? Do >> you have point data (say a lat/lon values), and want to plot the points? >> Given what you've s

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread tom sgouros
tom sgouros wrote: > > Dan Putler wrote: > > Er, what exactly is your data? Do you have data that is linked to zip > > codes and you want to do a "thematic" (choropleth) map of the data? Do > > you have point data (say a lat/lon values), and want to plot the points? > > Given what you've said

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread tom sgouros
Dan Putler wrote: > Tom, > > Er, what exactly is your data? Do you have data that is linked to zip > codes and you want to do a "thematic" (choropleth) map of the data? Do > you have point data (say a lat/lon values), and want to plot the points? > Given what you've said, hard to figure out how

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Dan Putler
Tom, Er, what exactly is your data? Do you have data that is linked to zip codes and you want to do a "thematic" (choropleth) map of the data? Do you have point data (say a lat/lon values), and want to plot the points? Given what you've said, hard to figure out how to get you going in the right di

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread tom sgouros
Raphael Saldanha wrote: > Hi Tom! > > I'm a geographer and R enthusiast too, but what I can say is: R is a great > software to statistics. The final production of maps, although it's > possible, it's simple and faster made with GIS softwares, like GRASS, > Quantum GIS or ArcGIS. This is exactl

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Raphael Saldanha
Hi Tom! I'm a geographer and R enthusiast too, but what I can say is: R is a great software to statistics. The final production of maps, although it's possible, it's simple and faster made with GIS softwares, like GRASS, Quantum GIS or ArcGIS. My tip is: organize data with spreadsheet and GIS sof

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread tom sgouros
Roger Bivand wrote: > > I'm trying to make some simple maps of election results and I am having > > some trouble. I'm hoping to use Grass (or QGis) to make the maps, but > > apparently this requires getting my data into the shape files, and I > > can't figure out how to do that. I've found re

Re: [R-sig-Geo] newbie questions

2009-11-15 Thread Roger Bivand
On Sun, 15 Nov 2009, Tom Sgouros wrote: Hello all: I'm trying to make some simple maps of election results and I am having some trouble. I'm hoping to use Grass (or QGis) to make the maps, but apparently this requires getting my data into the shape files, and I can't figure out how to do that

[R-sig-Geo] newbie questions

2009-11-15 Thread Tom Sgouros
Hello all: I'm trying to make some simple maps of election results and I am having some trouble. I'm hoping to use Grass (or QGis) to make the maps, but apparently this requires getting my data into the shape files, and I can't figure out how to do that. I've found read.shape and that's great,

Re: [R-sig-Geo] Newbie Questions

2006-12-20 Thread Scionforbai
Hallo, just a couple hints: > In other words, I would like to know if there is a relationship between yield > and phosphorus, taking into account the spatial dependence. But how can I > test this? I think you should look at the cross-variograms. Or did you already reject this option? > Anothe

Re: [R-sig-Geo] Newbie Questions

2006-12-20 Thread Danlin Yu
Montclair State University Montclair, NJ, 07043 Tel: 973-655-4313 Fax: 973-655-4072 email: [EMAIL PROTECTED] - Original Message - From: "GRETA G. GRAMIG" <[EMAIL PROTECTED]> Date: Wednesday, December 20, 2006 11:57 am Subject: [R-sig-Geo] Newbie Questions > I have lim

[R-sig-Geo] Newbie Questions

2006-12-20 Thread GRETA G. GRAMIG
I have limited experience with spatial analysis, but I am trying to learn. Perhaps someone with patience for a newbie will field my questions? If this is not the appropriate forum for such questions perhaps someone could suggest a more appropriate forum. I have a small dataset that consists of