Package: latex2exp 0.9.8
latex2exp: Use LaTeX Expressions in Plots
Parses and converts LaTeX math formulas to R's plotmath expressions, used to enter mathematical formulas and symbols to be rendered as text, axis labels, etc. throughout R's plotting system.
Authors:
latex2exp_0.9.8.tar.gz
latex2exp_0.9.8.zip(r-4.5)latex2exp_0.9.8.zip(r-4.4)latex2exp_0.9.8.zip(r-4.3)
latex2exp_0.9.8.tgz(r-4.4-any)latex2exp_0.9.8.tgz(r-4.3-any)
latex2exp_0.9.8.tar.gz(r-4.5-noble)latex2exp_0.9.8.tar.gz(r-4.4-noble)
latex2exp_0.9.8.tgz(r-4.4-emscripten)latex2exp_0.9.8.tgz(r-4.3-emscripten)
latex2exp.pdf |latex2exp.html✨
latex2exp/json (API)
NEWS
# Install 'latex2exp' in R: |
install.packages('latex2exp', repos = c('https://stefano-meschiari.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stefano-meschiari/latex2exp/issues
ggplot2latexlatex-formulasplotmath-expressions
Last updated 3 months agofrom:733d5d28f7. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | OK | Nov 14 2024 |
R-4.5-linux | OK | Nov 14 2024 |
R-4.4-win | OK | Nov 14 2024 |
R-4.4-mac | OK | Nov 14 2024 |
R-4.3-win | OK | Nov 14 2024 |
R-4.3-mac | OK | Nov 14 2024 |
Exports:latex2explatex2exp_exampleslatex2exp_supportedTeX
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Deprecated; use 'TeX' instead. | latex2exp |
latex2exp Examples | latex2exp_examples |
Returns the list of supported LaTeX commands. | latex2exp_supported |
Previews a LaTeX equation | plot.expression |
Print an expression returned by TeX() | print.latexexpression |
Prints out a parsed LaTeX object, as returned by TeX(..., output = 'ast'). This is primarily used for debugging. | print.latextoken2 |
Renders a LaTeX tree | render_latex |
Converts LaTeX to a 'plotmath' expression. | TeX |