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
hawaii.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/hawaii.R
\docType{data}
\name{hawaii}
\alias{hawaii}
\title{Hawaii multipolygon}
\format{
Formal class 'sf' [package "sf"]; the data contains a data.frame with 1 obs. of 7 variables:
\itemize{
\item{GEOID} {character vector of geographic identifiers}
\item{NAME} {character vector of state names}
\item{REGION} {character vector of region names}
\item{AREA} {area in square kilometers of units class}
\item{total_pop_10} {numerical vector of total population in 2010}
\item{total_pop_15} {numerical vector of total population in 2015}
\item{geometry} {sfc_MULTIPOLYGON}
}
The object is in projected coordinates using Hawaii Albers Equal Area Conic (ESRI:102007).
}
\source{
\url{https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html}
}
\usage{
hawaii
}
\description{
The object loaded is a \code{sf} object containing the state of
Hawaii from the US Census Bureau
with a few variables from American Community Survey (ACS)
}
\examples{
if (requireNamespace("sf", quietly = TRUE)) {
library(sf)
data(hawaii)
plot(hawaii["total_pop_15"])
}
}
\seealso{
See the tigris package: https://cran.r-project.org/package=tigris
}
\keyword{datasets}
\keyword{sf}
Computing file changes ...