Displaying 2 results from an estimated 2 matches for "grassr".
Did you mean:
grass
2009 Jun 11
1
GRASS raster data processing
Hi,
I just imported two raster maps into R using the SPGRASS6 package, one
containing elevation data and the other containing an erosion index:
Kar_inc <-readRAST6("Incis_Kar", plugin=FALSE)
Kar_dem <- readRAST6("DEM_Kar", plugin=FALSE)
I just wanted to make a xy plot of erosion parameter vs elevation. How does
this work? I don't get how to handle
2002 Jul 11
0
missing links in GRASS package for R
...p -D__NO_MATH_INLINES -fPIC -O2 -march=i386
-mcpu=i686 -c rastput.c -o rastput.o
gcc -I/usr/lib/R/include -I/usr/local/arch/grass5/include
-I/usr/local/include -mieee-fp -D__NO_MATH_INLINES -fPIC -O2 -march=i386
-mcpu=i686 -c rasteri.c -o rasteri.o
gcc -shared -L/usr/local/arch/grass5/lib -o grassR.so gmeta.o gmeta.access.o
R_G_init.o rastget.o rastput.o rasteri.o -lgis -L/usr/local/lib
R
data
help
>>> Building/Updating help pages for package `GRASS'
Formats: text html latex example
contour.G text html latex example
gmeta...