Re: [R] 3D graphics

2014-02-18 Thread Louis Schreierlc
tems A/S > This e-mail is subject to our e-mail disclaimer statement. > Please refer to www.vestas.com/legal/notice > If you have received this e-mail in error please contact the sender. > > >> -Original Message- >> From: r-help-boun...@r-project.org [mailto:r-hel

Re: [R] 3D graphics

2014-02-18 Thread Yvan Richard
For an exploratory look at the data, the package rgl (that uses OpenGL) is great. On 19 February 2014 05:20, Louis Schreierlc wrote: > Hi > I have a large data set that consists of a time series of data captured from > a device that has three dimensions. I'd like to plot the data such that I

Re: [R] 3D graphics

2014-02-18 Thread Frede Aakmann Tøgersen
ct to our e-mail disclaimer statement. Please refer to www.vestas.com/legal/notice If you have received this e-mail in error please contact the sender. > -Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On Behalf Of Louis Schreierlc > Sen

[R] 3D graphics

2014-02-18 Thread Louis Schreierlc
Hi I have a large data set that consists of a time series of data captured from a device that has three dimensions. I'd like to plot the data such that I have a time series of a point, say, in 3 space. So far the documentation I've seen on 3d graphics (wireframes, topos, etc) don't seem to be

Re: [R] 3D Graphics

2010-09-29 Thread Ben Bolker
Duncan Murdoch gmail.com> writes: > > On 29/09/2010 6:00 AM, JoH wrote: > > Are there anyother ways in which I can create a surface plot? persp() (in base R) is less flexible than rgl::persp3d, doesn't do hidden line removal, etc., but does appear in the regular R graphics window and can be

Re: [R] 3D Graphics

2010-09-29 Thread Duncan Murdoch
On 29/09/2010 6:00 AM, JoH wrote: Dear All, I have made a scatter plot and placed a plane within it using scatterplot3d. However, I have been asked for the data points to be a surface plot or have the plane more closely resemble the data rather than show trends. I have since tried to use the r

[R] 3D Graphics

2010-09-29 Thread JoH
Dear All, I have made a scatter plot and placed a plane within it using scatterplot3d. However, I have been asked for the data points to be a surface plot or have the plane more closely resemble the data rather than show trends. I have since tried to use the rgl package. Why doesn't this package