Skip to content

mosaic plot with two factors and one continous variable

2 messages · Karsten Weinert, Achim Zeileis

#
On Mon, 4 May 2009, Karsten Weinert wrote:

            
You can create the tables by
   xtabs(Population ~ Continent, data = mydata)
etc. which can then be visualized using mosaic() in the usual way.

hth,
Z