optmatch
objects, the result of matching.This internal function is used to create the final output of the matching
functions (fullmatch
and pairmatch
). The
optmatch
object descends from a factor
, but contains additional
information relating to the quality of the match.
makeOptmatch(distance, solutions, call, data = NULL)
optmatch
object
A DistanceSpecificaton
object used to create the
match.
A list of the results of the matching, one list(cells,maxErr)
object per subproblem.
The call to fullmatch
or pairmatch
to be displayed later.
An object from which names
or row.names
will
provide the order of the items in the match. If no names are attached to this object, the contents will be used as names.
summary.optmatch