Learn R Programming

james.analysis (version 1.0.1)

mergeJAMES: Merge analysis results

Description

Merge results from different analyses. If runs of the same search applied to the same problem are found in both data sets, these runs are merged into a single list. This is a generic S3 method.

Usage

mergeJAMES(data1, data2)

Arguments

data1
results from the first analysis (of same class as data2).
data2
results from the second analysis (of same class as data1).

Value

merged data (assigned classes are retained)