How to use several equal signs in text(x,y,[removed]…))

后端 未结 1 1146
别那么骄傲
别那么骄傲 2021-02-13 18:56

is there a solution to use more than one equals signs in a expression (which are not within brackets)? I\'m currently doing it with \" = \". But thats not so nice, since == and

相关标签:
1条回答
  • 2021-02-13 19:01

    Use {} to put an invisible grouping around the first equality.

    text(1, 2, bquote({R(x[G]) == .(saleprice)%.%x[G]} == .(revenue)))
    
    0 讨论(0)
提交回复
热议问题