Re: [R] 3D graphics

2014-02-18 Thread Louis Schreierlc
Frede thanks for the help. I'll give it a try best Lou Schreier > On Feb 18, 2014, at 1:22 PM, Frede Aakmann Tøgersen wrote: > > Perhaps this in package: > > scatterplot3d package:scatterplot3d R Documentation > > 3D Scatter Plot > > Description: > > Plots a thre

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
Perhaps this in package: scatterplot3d package:scatterplot3d R Documentation 3D Scatter Plot Description: Plots a three dimensional (3D) point cloud. Usage: scatterplot3d(x, y=NULL, z=NULL, color=par("col"), pch=par("pch"), main=NULL, sub=NULL, xlim=NULL

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