how can i draw a 3d scatter plot? thank you.
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:
how can i draw a 3d scatter plot? thank you.
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [T] +44 (0)20 7679 5522 ENSIS Research Fellow [F] +44 (0)20 7679 7565 ENSIS Ltd. & ECRC [E] gavin.simpson at ucl.ac.uk UCL Department of Geography [W] http://www.ucl.ac.uk/~ucfagls/cv/ 26 Bedford Way [W] http://www.ucl.ac.uk/~ucfagls/ London. WC1H 0AP. %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%
scatterplot3d in package scatterplot3d cloud in package lattice
On Wednesday 04 June 2003 10:31, Michele Grassi wrote:
how can i draw a 3d scatter plot? thank you.
______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
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:
Hi, is it possible to use the packages from CRAN in SPlus? and how to do it if yes?
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.
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595