[R] oggetto gstat
Tobias Verbeke
tobias.verbeke at telenet.be
Sat Mar 21 15:18:14 CET 2009
Hi Giuseppe,
The language of this mailing list is English.
> Ciao a tutti ho appena iniziato ad utilizzare R per ora per attuare un'analisi
> geostatistica di dati. Volevo sapere come poter creare un oggetto gstat
> partendo da un file testo(che ho gia importato con read.table)e che contiene 3
> colonne: x,y,value. Mi servirebbe far questo per costruire un variogramma. So
> che la domanda molto probabilmente per voi sara' banale....vi ringrazio
> comunque, Giuseppe
The details of how to create a gstat object are given
in the help page of gstat that you can read after
typing in the following commands:
library(gstat)
?gstat
It apparently contains an example as well on how
to create and plot a variogram.
HTH,
Tobias
More information about the R-help
mailing list