powered by
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 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$"))
Run the code above in your browser using DataLab