check_tvertices_exists.tempnetwork: A function that checks, if the equivalence-classes specified...

Description Usage Arguments Value

View source: R/tempnetwork-inputchecker.R

Description

A function that checks, if the equivalence-classes specified in "tVertexNameList" exist in the equivalence-relation of the given 'tempnetwork'-object. If the equivalence-relation of the given 'tempnetwork'-object is NULL, it wull be check whether there exists a vertex with the same name in the first graph of the graph-list from the given 'tempnetwork'-object.

Usage

1
2
## S3 method for class 'tempnetwork'
check_tvertices_exists(tempNetwork, tVertexNameList)

Arguments

tempNetwork

A 'tempnetwork'-object.

tVertexNameList

A vector of strings representing the names of equivalence-classes in the equivalence-relation of the given 'tempnetwork'-object.

Value

If the equivalence-relation of the given 'tempnetwork'-object is NULL, it wull be check whether there exists a vertex with the same name in the first graph of the graph-list from the given 'tempnetwork'-object. Otherwise, the boolean value TRUE will be returned, if the equivalence-classes specified in "tVertexNameList" exist in the equivalence-relation of the given 'tempnetwork'-object.


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