Re: [Rd] Problem with points/lines (PR#10472)

2007-11-30 Thread Peter Dalgaard
Gavin Simpson wrote: > On Thu, 2007-11-29 at 17:34 +0100, Peter Dalgaard wrote: > >> Gavin Simpson wrote: >> >>> On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: >>> >>> [EMAIL PROTECTED] wrote: > Full_Name: Carlos Gershenson > Version:

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Gavin Simpson
On Thu, 2007-11-29 at 17:34 +0100, Peter Dalgaard wrote: > Gavin Simpson wrote: > > On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > > > >> [EMAIL PROTECTED] wrote: > >> > >>> Full_Name: Carlos Gershenson > >>> Version: 2.6.1 > >>> OS: MacOSX > >>> Submission from: (NULL) (24.128.

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Peter Dalgaard
Gavin Simpson wrote: > On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > >> [EMAIL PROTECTED] wrote: >> >>> Full_Name: Carlos Gershenson >>> Version: 2.6.1 >>> OS: MacOSX >>> Submission from: (NULL) (24.128.48.138) >>> >>> >>> Hi, >>> >>> Try this out: >>> >>> x<-1:10 >>> y<-x/2 >>

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Gavin Simpson
On Thu, 2007-11-29 at 16:36 +0100, Peter Dalgaard wrote: > [EMAIL PROTECTED] wrote: > > Full_Name: Carlos Gershenson > > Version: 2.6.1 > > OS: MacOSX > > Submission from: (NULL) (24.128.48.138) > > > > > > Hi, > > > > Try this out: > > > > x<-1:10 > > y<-x/2 > > plot(table(x)) > > points(table(y))

Re: [Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread Peter Dalgaard
[EMAIL PROTECTED] wrote: > Full_Name: Carlos Gershenson > Version: 2.6.1 > OS: MacOSX > Submission from: (NULL) (24.128.48.138) > > > Hi, > > Try this out: > > x<-1:10 > y<-x/2 > plot(table(x)) > points(table(y)) > #or lines(table(y)) > > No matter what's the value of y, it prints out in the coordi

[Rd] Problem with points/lines (PR#10472)

2007-11-29 Thread carlos
Full_Name: Carlos Gershenson Version: 2.6.1 OS: MacOSX Submission from: (NULL) (24.128.48.138) Hi, Try this out: x<-1:10 y<-x/2 plot(table(x)) points(table(y)) #or lines(table(y)) No matter what's the value of y, it prints out in the coordinates of x... this happens only with tables, not with