This function adds repeat(s) to a repeat_ensemble object, where each
repeat is a simple_ensemble. All repeats must contain the same members,
selected using the same metric.
Usage
add_repeat(x, rep, ...)
# Default S3 method
add_repeat(x, rep, ...)
# S3 method for class 'simple_ensemble'
add_repeat(x, rep, ...)
# S3 method for class 'list'
add_repeat(x, rep, ...)Arguments
- x
a repeat_ensemble to which repeat(s) will be added
- rep
a repeat, as a single
simple_ensemble, or a list ofsimple_ensembleobjects- ...
not used at the moment.
Value
a repeat_ensemble with additional repeat(s)
