Skip to content
Back to formatted view

Raw Message

Message-ID: <1360.12.50.108.2.1325299501.squirrel@www.bitwrit.com.au>
Date: 2011-12-31T02:45:01Z
From: Jim Lemon
Subject: vertically stacked area plot?
In-Reply-To: <1325257493298-4245931.post@n4.nabble.com>

> Dear all,
>
> I would like to create a vertically stacked area chart in R. The data are
> presented in the attached text file.
> I would like to see the trend in values for the different groups with
> sediment depth (that's why I would like to create a vertically stacked
> chart; normally sed_depth should be = x, but I want it plotted on the
> y-axis). In the packages available to create stacked area plots, there
> seems
> to be an option for horizontally stacked area plots only. Does anybody
> know
> how I should adjust the code for creating the graph that I want?
>
> http://r.789695.n4.nabble.com/file/n4245931/FT_GB0806.txt FT_GB0806.txt
>
Hi Ellen,
Do you want the stackpoly function (plotrix)?

Jim