Description Usage Arguments Examples
View source: R/translate_latexmath.R
Transform R expression to latex math.
1 2 3 | translate_latexmath(expr)
translate_latexmath_(expr)
|
expr, |
R expression |
1 2 3 4 5 6 7 8 | translate_latexmath(pi)
translate_latexmath(alpha)
# keep the constant as is
translate_latexmath("pi")
# use translate_latexmath_ for quoted object
translate_latexmath_(quote(pi))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.