Description Usage Arguments Value
View source: R/tempnetwork-setter.R
This function replaces the existing 'tempflow'-object in the field "tempFlow" of the given 'tempnetwork'-object by the given 'tempflow'-object.
1 2 | ## S3 method for class 'tempnetwork'
set_tempFlow(tempNetwork, tempFlow, safe = TRUE)
|
tempNetwork |
A 'tempnetwork'-object. |
tempFlow |
A 'tempflow'-object. |
safe |
If TRUE, the usual 'tempnetwork' conditions will be checked. |
The given 'tempnetwork'-object where the existing 'tempflow'-object in the field "tempFlow" of the given 'tempnetwork'-object is replaced by the given 'tempflow'-object. If the parameter "tempFlow" is NULL the given unchanged 'tempnetwork'-object will be returned. Additionally, the "tempGraph"-field will be set to NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.