Hello, Can anyone suggest a way to draw a plot similar to the example from Matlab ( http://www.mathworks.com/products/demos/fullsize.html?src=/products/demos/shipping/stats/orthoregdemo_03.png 3d plot with trend and errors in Matlab )? Thanks, oleg -- View this message in context: http://www.nabble.com/3d-scatter-with-trend-line-and-errors-tp25339447p25339447.html Sent from the R help mailing list archive at Nabble.com.
scatterplot3d() in package "scatterplot3d" can do, probably also plot3d() in "rgl" and others. Uwe Ligges oleg lugovoy wrote:> Hello, > > Can anyone suggest a way to draw a plot similar to the example from Matlab > ( > http://www.mathworks.com/products/demos/fullsize.html?src=/products/demos/shipping/stats/orthoregdemo_03.png > 3d plot with trend and errors in Matlab )? > > Thanks, > oleg