juvenile: Juvenile Offenders in Cardiff, UK

Description Usage Format Details Source Examples

Description

Residences of juvenile offenders in Cardiff, UK.

Usage

1

Format

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

ID

location identifier

X

X-coordinate

Y

Y-coordinate

Details

Sf object, undefined Coordinate Reference System.

Source

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

Examples

1
2
3
4
5
6
if (requireNamespace("sf", quietly = TRUE)) {
  library(sf)
  data(juvenile)

  plot(juvenile["Y"])
}

spatialanalysis/geodaData documentation built on Oct. 6, 2020, 12:09 p.m.