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
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
2 matches
Mail list logo