free_symbols | R Documentation |
Get free symbol in expression
free_symbols(x)
x |
Expression in which to get the free symbols in |
if (has_sympy()) {
def_sym(a, b)
x <- (a - b)^4
free_symbols(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.