delete_steps_from_id.tempflow: Given a 'tempflow'-object and a vector containing the current...

Description Usage Arguments Value

View source: R/tempflow-basics.R

Description

Given a 'tempflow'-object and a vector containing the current step-ids, this function removes the specified steps from the given 'tempflow'-object.

Usage

1
2
3
## S3 method for class 'tempflow'
delete_steps_from_id(tempFlow, stepIDList,
  safe = TRUE)

Arguments

tempFlow

A 'tempflow'-object.

stepIDList

A vector containing the step-ids of the steps which ought to be removed.

safe

If TRUE, it will be ensured that the specified step-ids exists. Additionally, the usual tempflow condition are checked (e.g. duplicate names, cycles, ... ).

Value

A new 'tempflow'-object, constructed by removing the specified edges from the given 'tempflow'-object.


KonstantinRK/tempnetwork documentation built on Dec. 23, 2019, 6:40 p.m.