deldir (version 0.1-16)

niProperties: Northern Ireland properties.

Description

The locations (in longitude and latitude) of a number of properties (land holdings) in Northern Ireland.

Usage

data("niProperties")

Arguments

Format

A data frame with 240 observations on the following 2 variables.

x

A numeric vector of longitudes.

y

A numeric vector of latitudes.

Examples

Run this code
# NOT RUN {
# data(niProperties)
# It is unnecessary to use \code{data} since \code{niProperties} is
# a "first class object".  It is "lazily loaded".
plot(niProperties)
# }

Run the code above in your browser using DataCamp Workspace