How can you use the atop function in [removed])?

前端 未结 1 2006

I need to add a line break but I am struggling with the atop function in expression(). The main is the part I would like to break into two lines.

相关标签:
1条回答
  • 2021-01-14 12:25

    You did not specify, where you want to break the string, but this example should help you:

    plot(1~1, 
     main=expression(atop("bla bla bla" ~ (K[d]),
                          "bla bla bla")))
    

    enter image description here

    0 讨论(0)
提交回复
热议问题