Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
text(x, y, font=2, "text")
「テキスト」全体のフォントを変更します。
しかし、「テキスト」内の単一の単語のフォントを変更することは可能ですか?
うん!
plot.new() text(0.5,0.5, expression(paste(bold("bold")," not bold")))
?plotmath使用できるその他のオプションとシンボルの全体を見てください。
?plotmath