https://github.com/cran/convoSPAT
Revision 5f75258a89541e5d34635e6f30b9e27ac6b16815 authored by Mark D. Risser on 03 November 2017, 15:53:59 UTC, committed by cran-robot on 03 November 2017, 15:53:59 UTC
1 parent 2ecb9ba
Raw File
Tip revision: 5f75258a89541e5d34635e6f30b9e27ac6b16815 authored by Mark D. Risser on 03 November 2017, 15:53:59 UTC
version 1.2.4
Tip revision: 5f75258
plot.Aniso.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/convoSPAT_summplot.R
\name{plot.Aniso}
\alias{plot.Aniso}
\title{Plot of the estimated correlations from the stationary model.}
\usage{
\method{plot}{Aniso}(x, ref.loc = NULL, all.pred.locs = NULL, grid = TRUE,
  ...)
}
\arguments{
\item{x}{An "Aniso" object, from Aniso_fit().}

\item{ref.loc}{Vector of length 2; the reference location.}

\item{all.pred.locs}{A matrix of all prediction locations.}

\item{grid}{Logical; indicates if the \code{all.pred.locs}
are on a rectangular grid (\code{TRUE}) or not (\code{FALSE}).}

\item{...}{Arguments passed to \code{plot} functions.}
}
\value{
A plot of either the estimated ellipses or estimated
correlation is printed.
}
\description{
This function plots the estimated correlation between a reference
point and all other prediction locations.
}
\examples{
\dontrun{
plot.Aniso( Aniso.object )
}

}

back to top