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
Use {} to put an invisible grouping around the first equality.
{}
text(1, 2, bquote({R(x[G]) == .(saleprice)%.%x[G]} == .(revenue)))