ThinkCell type waterfall charts in R?
On 01/11/2011 09:20 AM, ang wrote:
I was actually looking to create a similar type of graph in R. But I guess I am going to try to approach it by using a stacked column chart and hiding the 'net' series, while only showing the increases/decreases in value. I'll post an update later on what I come up with.
Hi ang, You might want to look at the waterfall plot function in the plotrix package. Jim