plot.expression | R Documentation |
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)
x |
A |
... |
Parameters to be passed to the |
main |
Title of the plot |
plot(TeX("Example equation: $a \\geq b$"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.