View source: R/population_weighting.R
get_pct_within_traveltime | R Documentation |
This function takes a long origin-destination (OD) table between dissemination blocks (DBs) and facilities and computes, for each ONS neighbourhood and Ottawa as a whole, the percent of residents within a given travel distance of those amenities.
get_pct_within_traveltime(walk_table, minute_threshold = 15)
walk_table |
A tbl_df with at minimum the columns |
minute_threshold |
Threshold in minutes. Defaults to 15. |
OD tables can be generated using the Valhalla routing system and the R package valhallr.
A tbl_df with columns ONS_ID
and pct_covered
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.