Re: [R] problem with symbol function

2009-04-29 Thread Christophe Dutang
22:58:11 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org This point is ok if I download R from the Austrian mirror. R is properly install on both computers. I also get this strange behavior

Re: [R] problem with symbol function

2009-04-29 Thread Duncan Murdoch
check that since it works on mac. Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:58:11 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org This point is ok if I

Re: [R] problem with symbol function

2009-04-28 Thread Greg Snow
- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- project.org] On Behalf Of Duncan Murdoch Sent: Monday, April 27, 2009 3:48 PM To: Christophe Dutang Cc: r-help@r-project.org Subject: Re: [R] problem with symbol function On 27/04/2009 5:23 PM, Christophe Dutang wrote: so

[R] problem with symbol function

2009-04-27 Thread Christophe Dutang
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 =

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
of Christophe Dutang duta...@gmail.com) Subject: [R] problem with symbol function To: r-help@r-project.org 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

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
to plot it on Windows? Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang duta...@gmail.com ) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol functions

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang duta...@gmail.com ) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol functions to draw circles. But the argument lty

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org what is your service pack version? at home I use the SP2 version. Le 27 avr. 09 à 22:29, Joshua Wiley a écrit : Hi Christophe, I am able to plot dashed circles on Windows. I'm afraid I do not have

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
:26 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org what is your service pack version? at home I use the SP2 version. Le 27 avr. 09 à 22:29, Joshua Wiley a écrit : Hi Christophe, I am

Re: [R] problem with symbol function

2009-04-27 Thread Andrew Dolman
try to plot it on Windows? Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang duta...@gmail.com) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
I read that the lty=2 argument does not work on all graphics devices. You might double check that since it works on mac. Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:58:11 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
of Christophe Dutang duta...@gmail.com ) Subject: [R] problem with symbol function To: r-help@r-project.org 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

Re: [R] problem with symbol function

2009-04-27 Thread Duncan Murdoch
with a solid line. Duncan Murdoch Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:15:53 +0200 From: r-help-boun...@r-project.org (on behalf of Christophe Dutang duta...@gmail.com) Subject: [R] problem with symbol function To: r-help@r-project.org Hi all, I use the symbol

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
Apr 2009 22:58:11 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org This point is ok if I download R from the Austrian mirror. R is properly install on both computers. I also get

Re: [R] problem with symbol function

2009-04-27 Thread Duncan Murdoch
argument does not work on all graphics devices. You might double check that since it works on mac. Joshua Wiley Original message Date: Mon, 27 Apr 2009 22:58:11 +0200 From: Christophe Dutang duta...@gmail.com Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile

Re: [R] problem with symbol function

2009-04-27 Thread Joshua Wiley
for the inconvenience. Joshua Wiley Original message Date: Mon, 27 Apr 2009 17:12:18 -0400 From: Duncan Murdoch murd...@stats.uwo.ca Subject: Re: [R] problem with symbol function To: Joshua Wiley jwile...@ucr.edu Cc: r-help@r-project.org, Christophe Dutang duta...@gmail.com

Re: [R] problem with symbol function

2009-04-27 Thread Christophe Dutang
of Christophe Dutang duta...@gmail.com) Subject: [R] problem with symbol function To: r-help@r-project.org 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