toy_od_table: toy_od_table

toy_od_tableR Documentation

toy_od_table

Description

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

Usage

data(toy_od_table)

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/AccessPack documentation built on March 20, 2022, 6:23 p.m.