greplicate {mlr3pipelines} | R Documentation |
Create Disjoint Graph Union of Copies of a Graph
Description
Create a new Graph
containing n
copies of the input Graph
/ PipeOp
.
To avoid ID collisions, PipeOp IDs are suffixed with _i
where i
ranges from 1 to n
.
This function is deprecated and will be removed in the next version in favor of using pipeline_greplicate / ppl("greplicate").
Usage
greplicate(graph, n)
Arguments
graph |
|
n |
|
Value
Graph
containing n
copies of input graph
.
See Also
Other Graph operators:
%>>%()
,
as_graph()
,
as_pipeop()
,
assert_graph()
,
assert_pipeop()
,
chain_graphs()
,
gunion()
,
mlr_graphs_greplicate
[Package mlr3pipelines version 0.6.0 Index]