Skip to content
Prev 256904 / 398506 Next

Categorical bubble plot

I think using base graphics you would need to use numerical vectors to set the bubble positions.  However there is not reason that you could not suppress the axis labeling and apply your own.

This code does the first part using circles. There are probably better ways to do it but this should work.






See ?par xaxt and yaxt to suppress the labeling and have look at axis for how to add the category labels
--- On Thu, 4/14/11, Jurgens de Bruin <debruinjj at gmail.com> wrote: