get_step_attr_list_from_id.tempflow: This function returns the attribute list of the specified...

Description Usage Arguments Value

View source: R/tempflow-getter.R

Description

This function returns the attribute list of the specified steps in the 'tempflow'-object.

Usage

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

Arguments

tempFlow

A 'tempflow'-object.

stepIDList

A vector containing the edge-ids of the desired edges, as currently defined in (the 'igraph'-object underlying) the given 'tempflow'-object.

safe

If TRUE, it will be tested, whether the specified edges are present in the given 'tempflow'-object.

Value

This function returns the attribute list of the specified steps in the 'tempflow'-object.


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