check_point_ids.tempflow: A function that checks, if each point-id in the given vector...

Description Usage Arguments Value

View source: R/tempflow-inputchecker.R

Description

A function that checks, if each point-id in the given vector corresponds to a vertex-id in the underlying graph.

Usage

1
2
## S3 method for class 'tempflow'
check_point_ids(tempFlow, pointIDList)

Arguments

tempFlow

A 'tempflow'-object.

pointID

A vector of integer values.

Value

The boolean value TRUE, if each integer in the given vector corresponds to a vertex-id in the underlying 'igraph'-object.


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