Description Usage Arguments Value
View source: R/tempnetwork-inputchecker.R
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.
1 2 | ## S3 method for class 'tempnetwork'
check_tvertices_exists(tempNetwork, tVertexNameList)
|
tempNetwork |
A 'tempnetwork'-object. |
tVertexNameList |
A vector of strings representing the names of equivalence-classes 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. 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.