gunion
From mlr3pipelines v0.3.0
by Martin Binder
Disjoint Union of Graphs
Takes an arbitrary amount of Graph
s or PipeOp
s (or objects that can be automatically
converted into Graph
s or PipeOp
s, see as_graph()
and as_pipeop()
) as inputs and joins
them in a new Graph
.
The PipeOp
s of the input Graph
s are not joined with new edges across
Graph
s, so if length(graphs) > 1
the resulting Graph
will be disconnected.
Usage
gunion(graphs)
Arguments
Value
See Also
Other Graph operators:
%>>%()
,
as_graph()
,
as_pipeop()
,
assert_graph()
,
assert_pipeop()
,
greplicate()
,
pipeline_greplicate()
Community examples
Looks like there are no examples yet.