powered by
Simplify an expression by computing the values for constant expressions
simplify(expr)
a simplified expression
An expression
ex <- quote(a*0 + b^2 + 0) simplify(ex)
Run the code above in your browser using DataLab