add_socioeco: Add socio-economic data

View source: R/mod10_add_socioeco.R

add_socioecoR Documentation

Add socio-economic data

Description

This function adds population (UK Census 2011) and health (Index of Multiple Deprivation 2019) data into the basemap where people are living (domestic buildings). The resulting fields are housePop (average number of people per dwelling )

Usage

add_socioeco(
  mm = parent.frame()$mm,
  studyAreaBuffer = parent.frame()$studyAreaBuffer,
  projectLog = parent.frame()$projectLog
)

Arguments

mm

The mm object loaded in the environment. Needs to have undergone classification as population data are extracted into polygons classified as domestic buildings.

studyAreaBuffer

The buffered study area generated during mod01 or reloaded when resuming a session.

projectLog

The RDS project log file generated by the wizard app and containing all file paths to data inputs and model parameters

Value

Saves a project_title_MM_classified_pop.RDS file to project folder


ecoservR/ecoserv_tool documentation built on April 5, 2025, 1:49 a.m.