Re: [R] How could plot a chart with some Chinese's words text?

2003-06-29 Thread Prof Brian Ripley
On Mon, 30 Jun 2003, Ken Lee wrote: > Dear all, > I want to plot a chart title with some Chinese words at unix system, but I do > not how to do. > first, it is no problem when I use write.table like: > > a<-"中文" > write.table(a,file="z.txt",sep="\t") Not, that is not Chinese for me and

[R] How could plot a chart with some Chinese's words text?

2003-06-29 Thread Ken Lee
Dear all, I want to plot a chart title with some Chinese words at unix system, but I do not how to do. first, it is no problem when I use write.table like: a<-"中文" write.table(a,file="z.txt",sep="\t") second, I try bitmap(file="z.png") plot(1:10,main=a) dev.off() I can't get a chart