combiner {SpatialVx} | R Documentation |
Combine Features/Matched Objects
Description
Combine two or more features or matched class objects into one object for aggregation purposes.
Usage
combiner(...)
Arguments
... |
Two or more objects of class “features” or “matched” (can also be a list of these objects). |
Details
Useful for functions such as compositer
and/or (coming soon) aggregating results for feature-based methods.
Value
A list object of class “combined” with the same components as the input arguments, but where some components (namely, X, Xhat, X.labeled, Y.labeled) are now arrays containing these values from each combined object. The lists of lists contained in the X.feats and Y.feats include one long list of lists containing all of the individual features from each object.
Author(s)
Eric Gilleland
See Also
Functions that create objects of class “features” and “matched”: FeatureFinder
, centmatch
, and deltamm
.
Examples
# TO DO