afford: Affordable market location

View source: R/afford.R

affordR Documentation

Affordable market location

Description

The afford function identifies where different income groups can afford to live based on local market value while accounting for the region's count of households of the given income group.

Usage

afford(
  state = "state",
  counties = "counties",
  ami_limit = "ami_limit",
  year = 2019,
  geometry = FALSE,
  ...
)

Arguments

state

Study state.

counties

Study county or counties.

ami_limit

Specified area median income, or AMI, limit of interest such as 3. or .5 AMI.

year

Study year.

geometry

Download spatial data.

...

Other keyword arguments

Value

Returns a spatial file

Examples

## Not run: 
bay5 <- afford("06", c("001", "013", "041", "075", "081"), .5, 2019)<br>
wasatch5 <- afford("49", c('057', '011', '035', '049'), .5, 2019, geometry = TRUE)

## End(Not run)

timathomas/neighborhood documentation built on Feb. 17, 2024, 11:44 a.m.