Re: [R] Problem with saving pdf file graphics in R-2.6.0

2007-10-17 Thread Peter Dalgaard
John Wilkinson wrote: > Error: Invalid font type > In addition: Warning messages: > 1: font family not found in PostScript font database > 2: font family not found in PostScript font database > > > Yes. Cause, workarounds, and a note that it is fixed in R-patched is here: http://tolstoy.n

[R] Problem with saving pdf file graphics in R-2.6.0

2007-10-16 Thread John Wilkinson
Hi, # Example of my problem of saving pdf file graphics in R-2.6.0 > x<-1:10;y<-1:10 > plot(x,y,type="b") # attempting to save the plot as a *pdf file fails # and the following error meassge is shown. Error: Invalid font type In addition: Warning messages: 1: font family not found in PostScri