Re: [R] Adding axis to an ellipse: ellipse package

2011-10-01 Thread Antoine
Dear Rolf, I tryed to follow your advices but the results I am getting seems still strange to me. See below an example of a matrix: datamat - matrix(c(2.2, 0.4, 0.4, 2.8), 2, 2) plot(ellipse(datamat),type='l') eigenval - eigen(datamat)$values eigenvect - eigen(datamat)$vectors eigenscl -

Re: [R] Adding axis to an ellipse: ellipse package

2011-10-01 Thread Rolf Turner
See comments in-line: On 01/10/11 23:26, Antoine wrote: Dear Rolf, I tryed to follow your advices but the results I am getting seems still strange to me. See below an example of a matrix: datamat- matrix(c(2.2, 0.4, 0.4, 2.8), 2, 2) plot(ellipse(datamat),type='l') eigenval-

Re: [R] Adding axis to an ellipse: ellipse package

2011-09-28 Thread Rolf Turner
On 28/09/11 04:53, Antoine wrote: Dear list members, This might be a silly question but I just can't figure it out. I am using the ellipse package on covariance matrices. I would simply like to plot my ellipses WITH its two axis ploted as well. These axis represents the 2 eigen vectors of my

Re: [R] Adding axis to an ellipse: ellipse package

2011-09-28 Thread Antoine
Thanks a lot Rolf, I knew it would be possible to do it that way but I was just curious to know if the ellipse package was offering such a feature. Thanks again for you help! Antoine Le 28 sept. 11 à 09:30, Rolf Turner-3 [via R] a écrit : On 28/09/11 04:53, Antoine wrote: Dear list

Re: [R] Adding axis to an ellipse: ellipse package

2011-09-28 Thread Rolf Turner
On 28/09/11 20:34, Antoine wrote: Thanks a lot Rolf, I knew it would be possible to do it that way but I was just curious to know if the ellipse package was offering such a feature. Thanks again for you help! Well, since the help for ellipse makes no mention of such a facility it is *highly*

[R] Adding axis to an ellipse: ellipse package

2011-09-27 Thread Antoine
Dear list members, This might be a silly question but I just can't figure it out. I am using the ellipse package on covariance matrices. I would simply like to plot my ellipses WITH its two axis ploted as well. These axis represents the 2 eigen vectors of my matrix and it is important that I can