Description Usage Arguments Details Value Author(s) See Also
Define an intercept function for select link analysis.
1 | build.intercept.function(iset,aset)
|
iset |
Returned from the |
aset |
An |
Model developers will find the function new.intercept.set
more useful.
This helper function builds a function that is used internally by highway.assign
to compute intercepts for
a certain path structure and demand matrix. Typically, this function will only be of interest to developers of new highway
assignment algorithms.
Returns a function that builds an intercept list with two components: od
, a list containing the selected
origin/destination matrix for each assignment class, and volumes
which is a data.frame
of volumes
for each assignment class (comparable to the results from load.paths
).
Jeremy Raw
new.intercept.set
, build.paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.