add.nodes | R Documentation |
Adding nodes to a growing DAG object, as in DAG + node()
. Use either syntax DAG + node()
or add.nodes(DAG = , nodes = node())
. Both give identical results, see the examples in the vignette and below for details.
add.nodes(DAG, nodes)
## S3 method for class 'DAG'
obj1 + obj2
DAG |
DAG object |
nodes |
A node or several nodes returned from a call to |
obj1 |
Object that belongs to either classes: |
obj2 |
Object that belongs to either classes: |
An updated DAG object with new nodes
node
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.