Hi, 

I m working on R plot with Russian label but on windows (adobe) russian text
are not visible. Do i need to install some package to view it.

 pdf("sample.pdf",width = 6.6 ,height = 4.2,family= "URWHelvetica", 
encoding="KOI8-R")
 x<-c(1,2,3,4,5)
 y<-c(2,3,4,5,6)
 xlable<-c("ручка","книга","часы","ложка","смотреть")
 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-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to