Description Usage Arguments Value Examples
Construct an expression graph from a function
1 2 3 4 | expression.graph(f)
## S4 method for signature ''function''
expression.graph(f)
|
f |
a function for which the expression graph should be constructed |
returns a list with the root node, variable nodes and leaf nodes
1 2 3 4 | f <- function(x, y) {
x + y
}
expression.graph(f)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.