Revision a19ff1c55edca3d01e2c66898a67f077c4269f8f authored by Jakub Nowosad on 15 November 2022, 18:30:06 UTC, committed by cran-robot on 15 November 2022, 18:30:06 UTC
1 parent ac4f6ab
lnd.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/lnd.R
\docType{data}
\name{lnd}
\alias{lnd}
\title{The boroughs of London}
\format{
\itemize{
\item{NAME} {Borough name}
\item{GSS_CODE} {Official code}
\item{HECTARES} {How many hectares}
\item{NONLD_AREA} {Area outside London}
\item{ONS_INNER} {Office for national statistics code}
\item{SUB_2009} {Empty column}
\item{SUB_2006} {Empty column}
\item{geometry} {sfc_MULTIPOLYGON}
}
}
\source{
\url{https://github.com/Robinlovelace/Creating-maps-in-R}
}
\usage{
lnd
}
\description{
Polygons representing large administrative zones in London
}
\examples{
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(lnd)
summary(lnd)
plot(st_geometry(lnd))
}
}
\keyword{datasets}
\keyword{sf}
Computing file changes ...