I want using russian letters for my diagrams. I do it in this manner

m <- "заголовок"
Encode(m) <- "UTF-8"
plot(1,1,main=m)

But it is not convenient . How to configure R for using UTF-8 for all
string, to work without Encode-function, as

plot(1,1,main="заголовок")

        [[alternative HTML version deleted]]

______________________________________________
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