我难以用粗体字体罗马字母来勾选我的情节。我做了几次尝试,但上面显示的是较少愚蠢的尝试:
# error
plot(1)
title(main=bquote(paste("Title ",.(bold(as.roman(i))))) ,family = "Computer Modern", adj = 0)
# not pretty
title(main=expression(paste("Title ",bold(as.roman(i)))) ,family = "Computer Modern", adj = 0)
我已尝试将bquote
替换为expression
& substitute
,来自其他类似问题的建议在 SO 中发布,但没有成功。