Stefano Meschiari
2022-Jan-27 22:45 UTC
[R] [R-pkgs] latex2exp 0.9.0: Use LaTeX Expressions in Plots
Dear R users, latex2exp is an R package to use a subset of LaTeX to create formatted text and mathematical formulas and symbols. It can be used for axis labels, annotations, legends, titles, etc. throughout R?s plotting system and ggplot2. A call to TeX() such as `TeX(r"(\textbf{Euler's identity} is $e^{i\pi} + 1 = 0$.)")` will return an expression containing the formatted text and equation, suitable for plotting. latex2exp works by parsing the provided LaTeX string and converting it to R's plotmath expressions. A new major version of latex2exp (0.9.0), containing a rewritten parser, tens of new commands and symbols, and many bug fixes, is now available on CRAN: https://cran.r-project.org/package=latex2exp A website for the package, with examples, vignettes, and a searchable table of supported LaTeX commands, is available at: https://stefano-meschiari.github.io/latex2exp Finally, issues should be reported at: https://github.com/stefano-meschiari/latex2exp/ Best regards, Stefano -- Stefano Meschiari http://www.stefanom.io _______________________________________________ R-packages mailing list R-packages at r-project.org https://stat.ethz.ch/mailman/listinfo/r-packages