omit_left {mathml} | R Documentation |
omit_left This is a function that allows the user to highlight the mistakes, in particular the omissions in the left-hand side of the expression
Description
omit_left This is a function that allows the user to highlight the mistakes, in particular the omissions in the left-hand side of the expression
Usage
omit_left(expr)
Arguments
expr |
The expression, e.g. a + b |
Value
substitute(expr)[[3]], e.g., b from a + b
[Package mathml version 1.2 Index]