R/plots.R
plot.expression.Rd
Plots the result of a call to [TeX] on the current graphical device. This is useful to preview the output before placing it on a plot.
# S3 method for class 'expression' plot(x, ..., main = NULL)
A plotmath expression returned by TeX.
plotmath
TeX
Parameters to be passed to the text function.
text
Title of the plot
plot(TeX("Example equation: $a \\geq b$"))