Description Usage Arguments Value
View source: R/tempflow-basics.R
Is a function that takes a 'tempflow'-object and a vector of point-names (or point-ids), and removes the specified points from the 'tempflow'-object.
1 2 | ## S3 method for class 'tempflow'
delete_points(tempFlow, deletePointList, safe = TRUE)
|
tempFlow |
A 'tempflow'-object. |
deletePointList |
A vector containing the point-names (or point-ids) of the points that ought to be removed. |
safe |
If TRUE, it will be ensured that the specified point-names (or point-ids) are present in the given 'tempflow'-object. Additionally, the usual tempflow condition are checked (e.g. duplicate names, cycles, ... ). |
attrList |
A vector to specify other vertex attributes. If left NULL, no attributes (other than name) will be assigned to the newly introduced points in time. Otherwise, this list has to be structured as required by the function igraph::add.vertices. |
A new 'tempflow'-object, constructed by removing the specified points from the given 'tempflow'-object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.