Short Introduction to Geostatistical and Spatial Data Analysis with GRASS 5 and R statistical data language

[Table of contents]

Software

R-stats and the R/GRASS 5 interface are separate packages:

Installation of R and R/GRASS 5 geostatistics interface

Installation process (usually you need to login as "root").

I) First install R itself, check out the R FAQ for details.

II) Installation of extentions:
Extensions can be installed in two ways depending on whether you have direct internet access or whether you are working offline or have already obtained the package archive.

II a) If you want to install directly from the Internet:

#start R or R-GUI:
R
# you need to be connected to Internet to use these commands:
install.packages("akima")
install.packages("VR")
install.packages("GRASS")
You can update installed packages as well, recommended after some weeks/month:
update.packages()
R and the GRASS/R interface are ready for use now.

II b) Alternatively, if you have already downloaded the package archives, do this in a terminal:

R CMD INSTALL akima_0.3-4.tar.gz
R CMD INSTALL GRASS_0.2-12.tar.gz
#etc
R and the GRASS/R interface are ready for use now.

© 2000-2004 Markus Neteler
Last update: $Date: 2005-05-31 15:10:45 +0200 (Tue, 31 May 2005) $