greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of Martial Sankar
> Sent: Friday, May 08, 2009 2:26 AM
> To: rhelp
> Subject: [R] 'Dynamic' 3D plot
>
>
> Hi,
>
Hi Tony,
Am Freitag, den 08.05.2009, 14:06 +0100 schrieb Tony Breyal:
> Hi mate,
>
> i think you mistakenly emailed this message only to me rather than the
> whole list.
>
> Tony.
Thank you for forwarding my mail to the list. I post to seldom to
r-help. And I am used from other mailing list
Hi Martial,
The rgl package is quite nice for this sort of thing:
# this is the example in ?plot3d
library(rgl)
open3d()
x <- sort(rnorm(1000))
y <- rnorm(1000)
z <- rnorm(1000) + atan2(x,y)
plot3d(x, y, z, col=rainbow(1000))
HTH,
Tony Breyal
On 8 May, 09:25, Martial Sankar wrote:
> Hi,
>
>
Hi,
I am looking for a R package to draw 3d plot. But not in a static way like
scatterplot3d or stuff like that. I would like to make rotate the plot, to
zoom/unzoom etc..., actually to render the graph 'dynamic'... (for the
biologist and bioinformatician, a R package which permitts to reprodu
4 matches
Mail list logo