Hi all,

I use the symbol functions to draw circles. But the argument lty does  
not work on windows but works correctly on my macbook:

x <- -4:4
y <- -4:4

plot(x,y,type="n")

symbols(0, 0, add = TRUE, circles = 1, inches = 1, fg="black",  
lty="solid")

symbols(0, 0, add = TRUE, circles = 1, inches = 2, fg="black",  
lty="dashed")


The second circle should be drawn with dash... it works on my macbook  
but on my PC.

I use R 2.9.0 on windows xp home and mac os 10.5.

Does anyone have this problem? is it a limitation of windows?

thanks in advance


Christophe

--
Christophe Dutang
Ph. D. student at ISFA, Lyon, France
website: http://dutangc.free.fr





        [[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