Re: [R] How to handle Chinese character in R plot?

2012-11-29 Thread Manish Gupta
,смотреть) plot(x,y,xlab=xlable) dev.off() Regards -- View this message in context: http://r.789695.n4.nabble.com/Re-How-to-handle-Chinese-character-in-R-plot-tp4651262.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] How to handle Chinese character in R plot?

2012-10-17 Thread Manish Gupta
loaded via a namespace (and not attached): [1] XML_3.9-4 source(a.txt,encoding=UTF-8) But still same pblm is there. http://r.789695.n4.nabble.com/file/n4646421/Screenshot.png -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot

Re: [R] How to handle Chinese character in R plot?

2012-10-17 Thread C.H.
] XML_3.9-4 source(a.txt,encoding=UTF-8) But still same pblm is there. http://r.789695.n4.nabble.com/file/n4646421/Screenshot.png -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950p4646421.html Sent from the R help mailing

Re: [R] How to handle Chinese character in R plot?

2012-10-15 Thread Manish Gupta
), horiz = TRUE, beside = TRUE, legend.text = TRUE, xlab=名称类学生) http://r.789695.n4.nabble.com/file/n4646185/Screenshot-1.png -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950p4646185.html Sent from the R help mailing list archive

Re: [R] How to handle Chinese character in R plot?

2012-10-15 Thread Manish Gupta
. Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950p4646206.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

Re: [R] How to handle Chinese character in R plot?

2012-10-15 Thread Jinsong Zhao
On 2012-10-15 9:40, Manish Gupta wrote: I just noticed chinese characters are not printed by using this. Some other characters gets printed on axis as shown below for the sugested solution. x - read.csv(textConnection(名称,类,学生 木材,2,2 表,3,4 笔,4,2 垃圾桶,5,6 杯,6,3), header = TRUE) rownames(x) -

Re: [R] How to handle Chinese character in R plot?

2012-10-12 Thread Manish Gupta
value13.1/value1 value22.4/value2 /cd /barplot Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950p4645962.html Sent from the R help mailing list archive at Nabble.com

[R] How to handle Chinese character in R plot?

2012-10-11 Thread Manish Gupta
below in image. http://r.789695.n4.nabble.com/file/n4645950/Screenshot.png Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950.html Sent from the R help mailing list archive at Nabble.com

Re: [R] How to handle Chinese character in R plot?

2012-10-11 Thread Jinsong Zhao
On 2012-10-12 10:16, Manish Gupta wrote: Hi, I am working on Chinese language plot. But names and labels are in chinese language. How can i print chineese characters as lable in R plot. 名称 类 学生 木材 2 2 表 3 4 笔 4 2 垃圾桶 5 6 杯 6

Re: [R] How to handle Chinese character in R plot?

2012-10-11 Thread huang min
I think this only works when you already have a Chinese OS. Huang On Fri, Oct 12, 2012 at 11:01 AM, Jinsong Zhao jsz...@yeah.net wrote: On 2012-10-12 10:16, Manish Gupta wrote: Hi, I am working on Chinese language plot. But names and labels are in chinese language. How can i print

Re: [R] How to handle Chinese character in R plot?

2012-10-11 Thread Manish Gupta
value13.1/value1 value22.4/value2 /cd /barplot Regards -- View this message in context: http://r.789695.n4.nabble.com/How-to-handle-Chinese-character-in-R-plot-tp4645950p4645958.html Sent from the R help mailing list archive at Nabble.com