| nlsSimplify | R Documentation |
Try to simplify an expression.
nlsSimplify(expr, simpEnv = sysSimplifications, verbose = FALSE)
expr |
An expression represented in a variety of ways. See Details. |
simpEnv |
The environment in which simplifications are stored. |
verbose |
If |
The expr can be an expression vector or other language object.
If it
is a complex expression (e.g. (a + b) + c), then simplifications
will be applied recursively. Simplifications are applied
from the database created by newSimplification,
and the new expression (or call...) is returned.
This function is mainly for internal use by nlsDeriv.
nlsSimplify(quote(x + 0 + y*1), verbose = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.