NOMBRE

s.sv - Calcula el semivariograma muestral de un fichero de sites .
(GRASS Sites Program)

USO

s.sv
s.sv help
s.sv [-alq] [sites=nombre] lag=valor [lagtol=valor] [direction=valor] [angtol=valor] [graph=nombre] [field=valor]

DESCRIPCIÓN

s.sv calcula el semivariograma muestral. El resultado puede dibujarse con gnuplot o enviarse a la salida standard.

Para más información, referirse al tutorial.

OPCIONES

-q
Modo silencioso.
-p
Hace la representacion gráfica del semivariograma muestral (requiere gnuplot).
field
Columna que contien la variable sobre la que realizar el calculo
valor por defecto: 1

Parametros:

sites=nombre
Name of an existing sites file. Default is standard input with no field separators.
lag=valor
Nominal lag distance.
lagtol=valor
Tolerance on lag distance. Default is half of nominal distance.
direction=valor
Direction of semivariogram. Default is omnidirectional semivariogram.
angtol=valor
Angular tolerance on direction.
graph=nombre
Basename to save graphing data/commands files. Graphs are saved in the current working directory with the extensions .gp and .dat. Implies the -p flag. If unspecified, semivariogram is written to standard output.

NOTAS

El programa que va a utilizarse para la representación gráfica puede seleccionarse estableciendo la variable de entorno  GRASS_GNUPLOT .

Sin la opción  -p, el programa escribe tres columnas de datos en la salida standard: lag distance (h), semivariograma (gamma), y el número de pares de datos utilizados para calcular gamma (N(h)). Cuando se utiliza el parámetro graph, estas mismas tres columnas se escriben al fichero  name.dat. Así para volver a dibujar el semivariograma utiliza:

gnuplot name.gp
Para dibujar un histograma de N(h), simplemente edita name.gp para rehacer el comando anterior.
 

VER TAMBIEN


s.univar
s.surf.krig
s.normal
m.svfit
gnuplot
Semivariogram Modeling - A GRASS Tutorial on Exploratory Data Analysis and Semivariogram Modeling.

BUGS

Will not work correctly with lat-long data. Should G_azimuth() be used to calculate the angle between points?

Only Matheron's classical estimator is available with s.sv. Others may be added in the future.

AUTHOR

James Darrell McCauley, Agricultural Engineering, Purdue University

Last changed: $Date: 2002/01/25 05:45:35 $