Skip to content

3d scatter plot

5 messages · Michele Grassi, Gavin Simpson, Deepayan Sarkar +2 more

#
Michele

get the scatterplot3d package by Uwe Ligges off CRAN:

scatterplot3d: 3D Scatter Plot

     Plots a three dimensional (3D) point cloud.
     Version:	0.3-13
     Depends:	R (>= 1.1.0)
     Date:	2003-01-16
     etc...

Gav
Michele Grassi wrote:

  
    
#
Hi, is it possible to use the packages from CRAN in
SPlus? and how to do it if yes?
#
On Wed, 4 Jun 2003, array chip wrote:

            
It's going to be possible only if the packages use the common subset of 
the S language implemented in both R and S-PLUS: and the porter (you) will 
have to know how to check that.  It also depends on which version of 
S-PLUS.  But in brief

R CMD Rdconv can convert the help files to Ssgml, and less successfully to 
Sd.

Any C files may need conversion to S headers.

The R files may work.

After that you install in S-PLUS in the usual way.

For more details see `S Programming' and its on-line complements.