Skip to content

bubbleplot3: R equivalent of the MATLAB function?

7 messages · arun, John Kane, Timothy Murphy +2 more

#
Hi,

Hope this links will be useful 

http://flowingdata.com/2010/11/23/how-to-make-bubble-charts/
http://sas-and-r.blogspot.com/2010/03/example-728-bubble-plots.html


A.K.



----- Original Message -----
From: Timothy Murphy <timothyjosephmurphy at gmail.com>
To: r-help at r-project.org
Cc: 
Sent: Monday, June 11, 2012 11:54 AM
Subject: [R] bubbleplot3: R equivalent of the MATLAB function?

All,

Does there exist an R equivalent of the MATLAB function "bubbleplot3"?

Semi-naive Googleing has thus far revealed no such package to me. Your
insight is appreciated!

Regards,
TJM

??? [[alternative HTML version deleted]]

______________________________________________
R-help at 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.
#
What exacrly does it do?  Any pointers to relevant plots?

John Kane
Kingston ON Canada
____________________________________________________________
GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys
Works with AIM?, MSN? Messenger, Yahoo!? Messenger, ICQ?, Google Talk? and most webmails
#
On 12-06-11 1:49 PM, Timothy Murphy wrote:
Sounds like plot3d with type="s" and size specified.  plot3d is in the 
rgl package.

Duncan Murdoch
#
On 2012-06-11 10:49, Timothy Murphy wrote:
[snip]

You might check out the rgl package. It does 3D spheres.

Peter Ehlers