Get rid of auto spacing using bquote in r Get rid of auto spacing using bquote in r r r

Get rid of auto spacing using bquote in r


If you want to get rid off space on either side of mu

i <- 25plot(1, xlab=bquote("Lake NO3 ("*mu*"mol/L): " ~.(i) ))

If you need space on the right

plot(1, xlab=bquote("Lake NO3 ("*mu~ "mol/L): " ~.(i) ))