Re: [R] joining two points in rgl

2009-08-20 Thread Nair, Murlidharan T
ch [murd...@stats.uwo.ca] Sent: Wednesday, August 19, 2009 9:02 PM To: Nair, Murlidharan T Cc: r-help@r-project.org Subject: Re: [R] joining two points in rgl On 19/08/2009 3:51 PM, Nair, Murlidharan T wrote: > I tried the following > > library(rgl) > pts<-structure(list(x =

Re: [R] joining two points in rgl

2009-08-19 Thread Duncan Murdoch
use adj = c(0.5, -1) in the text3d calls to place the text above the point, as I did above. Duncan Murdoch Thanks ../Murli -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Nair, Murlidharan T Sent: Friday, August 14, 20

Re: [R] joining two points in rgl

2009-08-19 Thread Nair, Murlidharan T
so that if I write the text at the exact same coordinate of the sphere the text is above the sphere and can be seen? Thanks ../Murli -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Nair, Murlidharan T Sent: Friday, August 14, 200

Re: [R] joining two points in rgl

2009-08-14 Thread Nair, Murlidharan T
: Thursday, August 13, 2009 8:24 PM To: Nair, Murlidharan T Cc: r-help@r-project.org Subject: Re: [R] joining two points in rgl Nair, Murlidharan T wrote: > Hi!! > > I need to draw a cylinder/tube joining two points. I am trying to make > something presentable, I have been able to do it u

Re: [R] joining two points in rgl

2009-08-13 Thread Duncan Murdoch
Nair, Murlidharan T wrote: Hi!! I need to draw a cylinder/tube joining two points. I am trying to make something presentable, I have been able to do it using lines3d. But is it possible to increase the thickness of the lines? The size parameter does not work. Does any one have any suggestions?

[R] joining two points in rgl

2009-08-13 Thread Nair, Murlidharan T
Hi!! I need to draw a cylinder/tube joining two points. I am trying to make something presentable, I have been able to do it using lines3d. But is it possible to increase the thickness of the lines? The size parameter does not work. Does any one have any suggestions? Thanks ../Murli library