combiner | R Documentation |
Combine two or more features or matched class objects into one object for aggregation purposes.
combiner(...)
... |
Two or more objects of class “features” or “matched” (can also be a list of these objects). |
Useful for functions such as compositer
and/or (coming soon) aggregating results for feature-based methods.
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.
Eric Gilleland
Functions that create objects of class “features” and “matched”: FeatureFinder
, centmatch
, and deltamm
.
# TO DO
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.