| assert_graph {mlr3pipelines} | R Documentation |
Assertion for mlr3pipelines Graph
Description
Function that checks that a given object is a Graph and
throws an error if not.
Usage
assert_graph(x)
Arguments
x |
( |
Value
Graph invisible(x)
See Also
Other Graph operators:
%>>%(),
as_graph(),
as_pipeop(),
assert_pipeop(),
chain_graphs(),
greplicate(),
gunion(),
mlr_graphs_greplicate
[Package mlr3pipelines version 0.6.0 Index]