Does rpy2 have an equivalent of scale_size_area()
from ggplot2? If not, how can I write it?
I'm referring to this function:
http://docs.ggplot2.org/0.9.3/scale_size_area.html
I would like to scale points by size according to area, not radius which I believe is the default.