Skip to content
Prev 314547 / 398502 Next

two lines in axis title combined with 'substitute' command

On Jan 3, 2013, at 8:00 AM, Uwe Ligges wrote:

            
That has been my experience and I believe it is documented on the  
help(plotmath) page.
Another way would be with the use of the 'atop' function.

  substitute( atop(
          log[logbase]* ("Ratio L"/"H reverse"),
          italic("experiment 2")
                    ), list(logbase=logbase)
               )
Returns:

atop(log[2] * ("Ratio L"/"H reverse"), italic("experiment 2"))