Description Usage Arguments Examples
This function computes the average accessibility gain (positive changes only), optionally weighted by another statistic.
1 | compute_accessdiff(project_tiff, base_tiff, weight_tiff = NULL)
|
project_tiff |
A Conveyal raster layer containing accessibility statistics for a transit system with an added project |
base_tiff |
A Conveyal raster layer containing accessibility statistics for the base transit system. |
weight_tiff |
A Conveyal raster layer containing origin-side opportunities to use for weighting. |
1 2 3 | clifton <- read_tiff(system.file("extdata", "clifton_am_jobs.tiff", package = "tvmeasures"))
base <- read_tiff(system.file("extdata", "base_am_jobs.tiff", package = "tvmeasures"))
compute_accessdiff(clifton, base)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.