| Line 1... |
Line 1... |
| 1 |
% File nlme/man/Variogram.corSpatial.Rd
|
1 |
% File nlme/man/Variogram.corSpatial.Rd
|
| 2 |
% Part of the nlme package for R
|
2 |
% Part of the nlme package for R
|
| 3 |
% Distributed under GPL 2 or later: see nlme/LICENCE.note
|
3 |
% Distributed under GPL 2 or later: see nlme/LICENCE.note
|
| 4 |
|
4 |
|
| 5 |
% $Id: Variogram.corSpatial.Rd,v 1.7.2.2 2003/04/17 22:28:45 bates Exp $
|
- |
|
| 6 |
\name{Variogram.corSpatial}
|
5 |
\name{Variogram.corSpatial}
|
| 7 |
\title{Calculate Semi-variogram for a corSpatial Object}
|
6 |
\title{Calculate Semi-variogram for a corSpatial Object}
|
| 8 |
\usage{
|
7 |
\usage{
|
| 9 |
\method{Variogram}{corSpatial}(object, distance, sig2, length.out, FUN, \dots)
|
8 |
\method{Variogram}{corSpatial}(object, distance, sig2, length.out, FUN, \dots)
|
| 10 |
}
|
9 |
}
|
| 11 |
\alias{Variogram.corSpatial}
|
10 |
\alias{Variogram.corSpatial}
|
| 12 |
\arguments{
|
11 |
\arguments{
|
| 13 |
\item{object}{an object inheriting from class \code{corSpatial},
|
12 |
\item{object}{an object inheriting from class \code{"\link{corSpatial}"},
|
| 14 |
representing spatial correlation structure.}
|
13 |
representing spatial correlation structure.}
|
| 15 |
\item{distance}{an optional numeric vector with the distances at
|
14 |
\item{distance}{an optional numeric vector with the distances at
|
| 16 |
which the semi-variogram is to be calculated. Defaults to
|
15 |
which the semi-variogram is to be calculated. Defaults to
|
| 17 |
\code{NULL}, in which case a sequence of length \code{length.out}
|
16 |
\code{NULL}, in which case a sequence of length \code{length.out}
|
| 18 |
between the minimum and maximum values of
|
17 |
between the minimum and maximum values of
|