cumop: Processes the cumulative accessibility.

Description Usage Arguments Details Value Author(s) References

View source: R/accessibility_functions.R

Description

The job cumulative accessibility adds up the number of oportunities inside a given travel time or distance (threshold).

Usage

1
cumop(cutoff, oportunities, matrix)

Arguments

cutoff

numeric threshold of cumulative accessibility. It must be in the same unit of the matrix.

oportunities

data frame with id and oportunity structure.

matrix

data frame with origin, destination and travel_time/distance structure.

Details

As discussed by Handy and Niemeier (1997), the cumulative accessibility is easier to understand than the gravity one, giving "some sense of the range of choice avaiable" (Handy & Niemeier, 1997, p. 1177).

Value

data frame with origin, acc and threshold.

Author(s)

Beatriz Moura dos Santos

References

Handy & Niemeier (1997). Measuring accessibility: An exploration of issues and alternatives. Environment and Planning A: Economy and Space, 29(7), 1175-1194.


biamouras/accSeg documentation built on Nov. 19, 2020, 8:07 a.m.