[R] problem with printing lines with lty

Pesl Thomas thomas.pesl at arcs.ac.at
Fri Jul 20 09:51:56 CEST 2001


I'm running R 1.3 on WinNT.

When I plot lines with different linetypes e.g.:
x<-matrix(rnorm(50),,5)
plot(c(1,10),c(min(x),max(x)),type="n")
for(i in 1:5) lines(x[,i],lty=i+1)
legend( locator(1),legend=as.character(1:5),lty=2:6,ncol=2)

I see the lines clearly on my screen. When printing them through R, I can
see nearly no difference between them. When using another program
(Graphicapplication, Word,...) the lines show up like on my screen.
Am I doing something wrong or is this just a Windows problem?

Thank you for your help in advance,

	Thomas Pesl
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list