Skip to content

segments in 3d space

3 messages · Adrian Dusa, Spencer Graves, Uwe Ligges

#
Have you looked at the documentation on "persp", especially the function 
"trans3d" in the examples?  Also, have you tried www.r-project.org -> 
search -> "R site search", searching for what you want?  This "persp" -> 
"trans3d" was mentioned in another recent discussion on this list. 

hope this helps.  spencer graves
Adrian Dusa wrote:

            
#
Adrian Dusa wrote:

            
An example on how to draw segments for residuals on a regression plane 
with scatterplot3d is shown in Section 4.2.2 (pp. 20-22) of

Ligges, U. and M?chler, M. (2002): Scatterplot3d - an R Package for 
Visualizing Multivariate Data. Technical Report 22/2002. SFB 475, 
Department of Statistics, University of Dortmund, Germany.
http://www.statistik.uni-dortmund.de/sfb475/berichte/tr22-02.pdf

Uwe Ligges