Learn R Programming

stplanr (version 0.9.0)

cents: Spatial points representing home locations

Description

These points represent population-weighted centroids of Medium Super Output Area (MSOA) zones within a 1 mile radius of of my home when I was writing this package.

Usage

data(cents)

Arguments

Format

A spatial dataset with 8 rows and 5 variables

Details

  • geo_code the official code of the zone

  • MSOA11NM name zone name

  • percent_fem the percent female

  • avslope average gradient of the zone

Cents was generated from the data repository pct-data: https://github.com/npct/pct-data. This data was accessed from within the pct repo: https://github.com/npct/pct, using the following code:

Examples

Run this code
# NOT RUN {
cents
plot(cents)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab