0
在繪圖圖例中對bquote使用表達式時,指數後面的文本不與圖例的其餘部分垂直對齊。垂直對齊包含表達式的水平繪圖圖例中的文本
實施例:
sometext <- 'bar'
e <- bquote(expression(.(sometext)^3~'Hello'))
plot(1)
legend('top',legend = c('foo', eval(e), 'world'), horiz = T, cex=0.9,xpd=T, bg='wheat')