Eval | R Documentation |
Evaluate a yacas expression.
Eval(x, env = parent.frame(), ...)
x |
Object to be evaluated. |
env |
Environment or list in which to perform evaluation. |
... |
Not currently used. |
Eval(yacas(expression(x*x)), list(x=2)) # same x <- 2 Eval(yacas(expression(x*x)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.