dot-subset_flow: Subset a Flow

Description Usage Arguments Value See Also

Description

This function allows to extract sub-flows from a given flow.

Usage

1
.subset_flow(flow, outputs)

Arguments

flow

(a NIflow object) The original flow.

outputs

(list) Names of the outputs to keep in the new flow.

Value

A new NIflow object, a copy of the original flow, but only the given outputs are kept, as well as their required inputs. That is, the result is a sub-flow whose final results are the given outputs.

See Also

topo_sort,make_empty_graph,add_vertices,add_edges


neuroimaginador/wf4ni documentation built on Oct. 15, 2019, 9:26 a.m.