A 'tempnetwork' object is primarily composed out of the components, a 'tempflow'-object, a named list containing 'igraph'-object and a named list of named lists which we shall call equivalence-relation.
1 2 3 |
tempFlow |
This parameter expects either a 'tempflow'-object or an 'igraph'-object satisfying all conditions required to construct a 'tempflow'-object. |
graphList |
This parameter expects a named list of graphs, where the indices are identical to the names of the points in the 'tempflow'-object, i.e. names(graphList)==names(tP(tempFlow)); the all vertex-sets have the same size, i.e. forall g,g' in graphList |V(g)|==|V(g')|; the all vertex-sets must be identical if the parameter equivalenceRelation is NULL, i.e. equivalenceRelation == NULL => forall g,g' in graphList: V(g)==V(g'). |
equivalenceRelation |
If NULL, it is expected that the vertex sets of all graphs in the given graph-list are identical, i.e. equivalenceRelation == NULL => forall g,g' in graphList V(g)==V(g'). Otherwise, a named list of named lists (let them be called equivalence-classes) is expected, where #'
|
setDefaultGraphNames |
If TRUE any graph in the given graph-list containing a vertex without a name, will be replaced by a graph where the name of each vertex is a string corresponding to its index in the respective 'igraph'-object. Moreover, any graph containing a vertex with a name that is not a string, will be coerced into a string. |
storeTempGraph |
A flag indicating whether the graph representation of the 'tempnetwork'-object, let it be called tempgraph, should be stored if computed. |
safe |
If TRUE, all tempnetwork and tempflow requirements specified above will be checked. |
tempFlow |
This parameter expects either a non-empty 'tempflow'-object or an non-empty 'igraph'-object satisfying all conditions required to construct a 'tempflow'-object. |
graphList |
This parameter expects a non-empty, named list of graphs, where the indices are identical to the names of the points in the 'tempflow'-object, i.e. names(graphList)==names(tP(tempFlow)); the all vertex-sets have the same size, i.e. forall g,g' in graphList |V(g)|==|V(g')|; the all vertex-sets must be identical if the parameter equivalenceRelation is NULL, i.e. equivalenceRelation == NULL => forall g,g' in graphList: V(g)==V(g'). |
setDefaultValues |
If TRUE, any invalid weight or name assignment will be replaced by its corresponding default assignments.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.