[R] bubbleplot3: R equivalent of the MATLAB function?

Peter Ehlers ehlers at ucalgary.ca
Mon Jun 11 21:31:06 CEST 2012


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



More information about the R-help mailing list