https://github.com/cran/gstat
Raw File
Tip revision: 4cacf4bf71107e1bcf2ca721cc80b8522ce24161 authored by Edzer J. Pebesma on 20 February 2009, 00:00:00 UTC
version 0.9-60
Tip revision: 4cacf4b
spplot.vcov.Rd
% $Id: spplot.vcov.Rd,v 1.2 2007-11-16 12:59:47 edzer Exp $
\name{spplot.vcov}
\alias{spplot.vcov}
\title{ Plot map matrix of prediction error variances and covariances }
\description{
Plot map matrix of prediction error variances and covariances
}
\usage{
spplot.vcov(x, ...)
}
\arguments{
\item{x}{ Object of class SpatialPixelsDataFrame or SpatialGridDataFrame,
resulting from a krige call with multiple variables (cokriging }
\item{...}{remaining arguments passed to spplot }
}
\value{ The plotted object, of class trellis; see \code{spplot} in
package \pkg{sp}. }
\author{ Edzer J. Pebesma }
\keyword{dplot}

back to top