render_latex {latex2exp} | R Documentation |
Renders a LaTeX tree
Description
Returns a string that is a valid plotmath expression, given a LaTeX tree
returned by parse_latex
.
Usage
render_latex(tokens, user_defined = list(), hack_parentheses = FALSE)
Arguments
tokens |
tree of tokens |
user_defined |
any custom definitions of commands passed to |
hack_parentheses |
render parentheses using |
Value
String that should be parseable as a valid plotmath expression
[Package latex2exp version 0.9.6 Index]