I am relatively new to R and scatterplot3d function. I need to draw a 3d scatterplot and then add three different planes (each parallel to xy, yz and zx with varying intercepts) to a 3d scatterplot. I got the plot running and i was also able to produce one plane parallel to xy surface by using the function "spd$plane3d(0.3549896,0,0,lty="dotted")". I do not understand how i can add other two planes that are parallel to yz and zx. It would be great if someone can help me with this.
Thanks Kalyan http://r.789695.n4.nabble.com/file/n4399234/Latest.pdf Latest.pdf -- View this message in context: http://r.789695.n4.nabble.com/Multiple-planes-in-a-scatterplot3d-tp4399234p4399234.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.