https://github.com/cran/convoSPAT
Raw File
Tip revision: 2073c51e8630a7edc1e9682aa1e77927f1d5ed50 authored by Mark D. Risser on 15 January 2021, 23:50:04 UTC
version 1.2.7
Tip revision: 2073c51
US.prediction.locs.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/DataDocumentation.R
\docType{data}
\name{US.prediction.locs}
\alias{US.prediction.locs}
\title{Prediction locations for the western United States}
\format{
A matrix with two columns:
\describe{
   \item{Column 1}{Longitude of the prediction grid.}
   \item{Column 2}{Latitude of the prediction grid.}

}
}
\usage{
US.prediction.locs
}
\description{
A matrix with two columns containing a fine grid of locations for
which to make a filled-in prediction map for the western United States.
}
\keyword{datasets}
back to top