Description Usage Arguments Value Note
Helper function which constructs a recombinator, i. e., a recombination operator.
1 2 3 | makeRecombinator(recombinator, name, description,
supported = getAvailableRepresentations(), params = list(),
n.parents = 2L, n.children = NULL)
|
recombinator |
[ |
name |
[ |
description |
[ |
supported |
[ |
params |
[ |
n.parents |
[ |
n.children |
[ |
[ecr_recombinator
]
Recombinator object.
If a recombinator returns more than one child, the multiple.children
parameter needs to be TRUE
, which is the default. In case of multiple
children produced these have to be placed within a list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.