Quick-R: Graphical Parameters
Graphical Parameters You can customize many features of your graphs (fonts, colors, axes, titles) through graphic options. ... plot(1:10,1:10,type="n") windowsFonts( A=windowsFont("Arial Black"), B=windowsFont("Bookman Old Style"), C=windowsFont ) ......