toy_od_table: toy_od_table

Description Usage Format

Description

This object contains a hypothetical toy example of Population, Jobs, Distance, and Catchment for each Origin-Destination trip. Randomly generated.

Usage

1

Format

A dataframe containing 27 rows and 6 variables; each row represents a unique trip from "Population" to "Employment Center" with associated features.

Origin

The unique ID for each "Population" from 1 to 9

Destination

The unique ID for each "Employment Center" from 1 to 3

Population

The population corresponding to the "Population" ID.

Jobs

The number of jobs corresponding to the "Employment Center" ID.

distance

The distance between origin to destination (unitless).

catchments

A binary code indicating if the origin-destination trip is eligible or not (details on how this can be used within the vignette).

trips

Randomly generated number of trips made from origin to destination.


soukhova/AccessPack2 documentation built on Dec. 29, 2021, 12:26 a.m.