add_repeat | R Documentation |
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.
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, ...)
x |
a repeat_ensemble to which repeat(s) will be added |
rep |
a repeat, as a single |
... |
not used at the moment. |
a repeat_ensemble with additional repeat(s)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.