[R] problem with postscript command
Victor F Seabra
vseabra at uol.com.br
Sat Jan 1 23:12:45 CET 2011
please, when i use the command postscript, the symbol "<="(less than or
equal to) is replaced by "..." (ellipsis)
how can I fix that?
postscript("plot1.ps", width = 22, height =
11.5,pointsize=24,paper="special",bg="transparent")
plot(NULL,xlim=c(1,10),ylim=c(1,10))
text(5,5,"\u2264")
dev.off()
I'm using windows vista, my system is in English, R v2.8.1
thanks, Victor
More information about the R-help
mailing list