Merge method for SNF config objects
# S3 method for snf_config
merge(x, y, reset_indices = TRUE, ...)An SNF config combining the rows of both prior configurations.
SNF config to merge.
SNF config to merge.
If TRUE (default), re-labels the "solutions" indices in the config from 1 to the number of defined settings.
Additional arguments passed into merge function.