Skip to content
Prev 75659 / 398502 Next

Stacked Area chart

On Tue, 16 Aug 2005 12:03:01 -0400 Mike Saunders wrote:

            
If you don't want to show the marginal distribution over time, then you
can use barplot() on the table of relative frequencies (e.g., obtained
by prop.table()).
If you want to show the marginal distribution, you can use mosaicplot().
The functions doubledecker() and mosaic() in package vcd might also be
helpful.
Z