Hi, I have created a couple of plots in R and would like text in the plots to be size 12 Arial or Helvetica font. Is this possible? Thanks. Kobby
Kobby Essien <kobby <at> seas.upenn.edu> writes:> > Hi, > > I have created a couple of plots in R and would like text in the plots > to be size 12 Arial or Helvetica font. Is this possible? > > Thanks. > > KobbyWell, 12 point Helvetica is actually the default for PDF and PostScript files (see ?pdf and ?postscript, especially the "family" and "pointsize" arguments). Can you be more specific about what you need if the default is not working for you? Ben Bolker