instead {mathml} | R Documentation |
instead
Description
This is a function that allows the user to highlight the mistakes, in particular adds a curly bracket under the wrong term and it provides the correct solutions.
Usage
instead(inst, of)
Arguments
inst |
the wrong term |
of |
the correct term |
Value
inst
Examples
1 + instead(2, 3)
mathml(term=quote(1 + instead(2, 3)))
[Package mathml version 1.2 Index]