https://github.com/cran/gstat
Raw File
Tip revision: 632cc54fa57051ae3a1ae3f495ec0cc68c4262ff authored by Edzer J. Pebesma on 30 November 2005, 00:00:00 UTC
version 0.9-23
Tip revision: 632cc54
ncp.grid.Rd
\name{ncp.grid}
\alias{ncp.grid}
\title{Grid for the NCP, the Dutch part of the North Sea}
\description{
}
\format{
  This data frame contains the following columns:
  \describe{
   \item{x}{x-coordinate, UTM31}
   \item{y}{y-coordinate, UTM31}
   \item{depth}{sea water depth, m}
   \item{coast}{distance to coast, m}
   \item{area}{identifier for administrative sub-areas}
  }
}
\usage{
data(ncp.grid)
}
\authors{Dutch National Institute for Coastal and Marine Management (RIKZ)}
\references{ 
}
\note{ }
\seealso{\link{fulmar}}
\keyword{datasets}
\examples{
data(ncp.grid)
summary(ncp.grid)
}
back to top