Re: [R] Postscript graphs

2010-01-26 Thread Gavin Simpson
On Mon, 2010-01-25 at 14:05 -0800, Lu Wang wrote: > Hi, > > I tried to use the following commands to create a postscript pie chart using > R: > > postscript(file="H:/piechart.eps") > # then I wrote my commands to generate the pie chart > pie(filename,labels=,col=,radius=0.6) > dev.off() > > Aft

[R] Postscript graphs

2010-01-25 Thread Lu Wang
Hi, I tried to use the following commands to create a postscript pie chart using R: postscript(file="H:/piechart.eps") # then I wrote my commands to generate the pie chart pie(filename,labels=,col=,radius=0.6) dev.off() After I ran those commands, instead of giving the pie chart, it showed > de