toy_od_table | R Documentation |
This object contains a hypothetical toy example of Population, Jobs, Distance, and Catchment for each Origin-Destination trip. Randomly generated.
data(toy_od_table)
A dataframe containing 27 rows and 6 variables; each row represents a unique trip from "Population" to "Employment Center" with associated features.
The unique ID for each "Population" from 1 to 9
The unique ID for each "Employment Center" from 1 to 3
The population corresponding to the "Population" ID.
The number of jobs corresponding to the "Employment Center" ID.
The distance between origin to destination (unitless).
A binary code indicating if the origin-destination trip is eligible or not (details on how this can be used within the vignette).
Randomly generated number of trips made from origin to destination.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.