Fwd: [GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-22 Thread Gilbert Ferrara
Greetings Thanks Markus and Milton for your help But... Imagine that I'm running a GRASS Script with Module, and all GRASS functions. How can I integrate it in there? I mean, the user selects a raster and How can i use that input to run a Script that calls R? That is my question. Because I can

Re: [GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-19 Thread Gilbert Ferrara
Greetings Thanks Markus and Milton for your help But... Imagine that I'm running a GRASS Script with Module, and all GRASS functions. How can I integrate it in there? I mean, the user selects a raster and How can i use that input to run a Script that calls R? That is my question. Because I can

[GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-16 Thread Gilbert Ferrara
Good Morning I need to do something similar to what Neteler/Mitasova do in their book with spgrass6 and R. Since I will have to perform this a couple of times I want to build a simple Script with input/output GUI. But I have never seen a GRASS Bash script that calls R and spgrass6. So my question

Re: [GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-16 Thread Milton Cezar Ribeiro
Hi Gilbert, There ist more than one way. I will tell you the way that works for me: 0. Be sure your Rgui.exe are in the windows path like C:\Program Files (x86)\R\R-2.9.0\bin 1. Start grass/MSYS (sorry, I am on windows). 2. Connect to you mapseet 3. inside MSYS shell type: Rgui.exe 4.

Re: [GRASS-user] Spgrass6 and R using GRASS Bash Scripts

2010-04-16 Thread Markus Neteler
On Fri, Apr 16, 2010 at 11:21 AM, Gilbert Ferrara gilbertferrara1...@gmail.com wrote: Good Morning I need to do something similar to what Neteler/Mitasova do in their book with spgrass6 and R. Since I will have to perform this a couple of times I want to build a simple Script with input/output