I am trying to place one word over another for a title. I mean literally over, not just a 'divides by' sign one value over another (or word) to save space. It is supposed to mean divides by and there needs to be a line.
I cannot find how to do this, can you help?
Thanks,
Chris
You can create fractions in a title with
frac()
:Note that the whole title must be put inside
expression()
. Alternatively, you can also useover()
to do the same. The following example also shows that you can create other mathematical expressions in a similar fashion:For more information, read
?plotmath
.