Description Usage Arguments Details Value Author(s) References See Also
Finds minimum linear-distance mapping among the least-cost area-based mappings between paths.
1 | GetMinMap(mapping, leftbias=T, verbose = F )
|
mapping |
An object computed via CreateMap() |
leftbias |
Boolean value determining whether to prefer left or upper node connections first. |
verbose |
Whether intermediate output should be printed. |
GetMinMap() finds the best mapping between two paths amongst those that have the smallest area-based dissimilarity. It adds several data structures to a mapping produced by CreateMap: $leastcostchain and $chainpath, and it sets the boolian $minmap from FALSE to TRUE.
$leastcostchain |
The complete matrix used to solve the minimization. |
$chainpath |
The sequence of consecutive nodes representing the path. |
Shane T. Mueller and Brandon Perelman
See Mueller et al., (2016). https://sites.google.com/a/mtu.edu/mapping/
See Also CreateMap
,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.