Learn R Programming

SpatialVx (version 0.3)

combiner: 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).

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.

Details

Useful for functions such as compositer and/or (coming soon) aggregating results for feature-based methods.

See Also

Functions that create objects of class features and matched: FeatureFinder, centmatch, and deltamm.

Examples

Run this code
# TO DO

Run the code above in your browser using DataLab