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
jenks71.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/jenks71.R
\docType{data}
\name{jenks71}
\alias{jenks71}
\title{Illinois 1959 county gross farm product value per acre}
\format{
A data frame with 102 observations on the following 2 variables.
\itemize{
\item{\code{jenks71}} {a numeric vector: Per acre value of gross farm products in dollars by county for Illinois in #' 1959}
\item{\code{area}} {a numeric vector: county area in square miles}
}
}
\source{
Jenks, G. F., Caspall, F. C., 1971. "Error on choroplethic maps: definition, measurement, reduction". Annals, Association of American Geographers, 61 (2), 217--244
}
\usage{
jenks71
}
\description{
Classic data set for the choice of class intervals for choropleth maps.
}
\examples{
data(jenks71)
jenks71
}
\keyword{datasets}
\keyword{misc}
Computing file changes ...