Residences of juvenile offenders in Cardiff, UK.

juvenile

Format

An sf data frame with 168 rows, 3 variables, and a geometry column:

ID

location identifier

X

X-coordinate

Y

Y-coordinate

Source

Bailey, T. and A. Gatrell (1995). Interactive Spatial Data Analysis. New York: Wiley, p. 95.

Details

Sf object, undefined Coordinate Reference System.

Examples

if (requireNamespace("sf", quietly = TRUE)) { library(sf) data(juvenile) plot(juvenile["Y"]) }