powered by
The locations (in longitude and latitude) of a number of properties (land holdings) in Northern Ireland.
data("niProperties")
A data frame with 240 observations on the following 2 variables.
x
A numeric vector of longitudes.
y
A numeric vector of latitudes.
# 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 DataLab