On 2012-06-11 10:49, Timothy Murphy wrote:
John,
It does 3D bubble plots, allowing you to represent 4 data dimensions: the
x, y, and z coordinates in 3D space, and the radius of the bubble (sphere).
There also seem to be coloring options.
I'd like to use something like this for a project I'm working on; a
simulation I've done in R. Of course I can just bring the data over to
matlab and do it there, but this seems like something that would be a
valuable addition to the R environment. I'm considering attempting to
implement it as a package in R if it hasn't already been done.
[snip]
You might check out the rgl package. It does 3D spheres.
Peter Ehlers
______________________________________________
[email protected] 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.