get_step_weights_from_id.tempnetwork: This function returns the edge-weights, as currently defined...

Description Usage Arguments Value

View source: R/tempnetwork-tempflow-getter.R

Description

This function returns the edge-weights, as currently defined in (the 'igraph'-object underlying) the 'tempflow'-object of the given 'tempnetwork'-object, of the edges which are specified by a vector containing their edge-ids (as currently defined in (the 'igraph'-object underlying) the 'tempflow'-object of the given 'tempnetwork'-object).

Usage

1
2
3
## S3 method for class 'tempnetwork'
get_step_weights_from_id(tempNetwork,
  stepIDList = tS(tempNetwork), safe = TRUE)

Arguments

tempNetwork

A 'tempnetwork'-object.

stepIDList

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

safe

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

Value

A vector of the current step-weights, as defined in (the 'igraph'-object underlying) the 'tempflow'-object of the given 'tempnetwork'-object.


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