https://github.com/cran/gstat
Raw File
Tip revision: a4ba0967b3c7f05b70d7e3f625228786cc4290e5 authored by Edzer Pebesma on 06 April 2023, 09:32:40 UTC
version 2.1-1
Tip revision: a4ba096
ncp.grid.Rd
% $Id: ncp.grid.Rd,v 1.5 2007-11-16 12:59:47 edzer Exp $
\name{ncp.grid}
\alias{ncp.grid}
\title{Grid for the NCP, the Dutch part of the North Sea}
\description{
Gridded data for the NCP (Nederlands Continentaal Plat, the Dutch
part of the North Sea), for a 5 km x 5 km grid; stored as data.frame.
}
\format{
  This data frame contains the following columns:
  \describe{
   \item{x}{x-coordinate, UTM zone 31}
   \item{y}{y-coordinate, UTM zone 31}
   \item{depth}{sea water depth, m.}
   \item{coast}{distance to the coast of the Netherlands, in km.}
   \item{area}{identifier for administrative sub-areas}
  }
}
\usage{
data(ncp.grid)
}
\author{Dutch National Institute for Coastal and Marine Management (RIKZ);
data compiled for R by Edzer Pebesma }
\seealso{\link{fulmar}}
\keyword{datasets}
\examples{
data(ncp.grid)
summary(ncp.grid)
}
back to top