View source: R/estimate_travel_demand.R
estimate_travel_demand | R Documentation |
Estimate the travel deamnd from desire lines
estimate_travel_demand( infra, desire, stop_buff_dist = 3000, point_buff_dist = 200, infra_buff_dist_ratio = 7 )
infra |
a sf dataframe of infrastucutre |
desire |
as sf dataframe of desire lines |
stop_buff_dist |
distance in metres to buffer stops |
point_buff_dist |
distance in metres to buffer points |
infra_buff_dist_ratio |
distance in metres to buffer infrastructure |
a dataframe of
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.