Re: [R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-11 Thread Patrick Nguyen
Thx for the details Josh! You're right - I meant performance analytics. I'm about 4 weeks into R now so I'm a bit of a noob. I've downloaded the source to see what you're talking about. I'll play around with it. The data is pretty straight forward and has something like this:

[R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-09 Thread patrick nguyen
Hi I'm having problems displaying multiple chart.StackedBar from PerformanceAnalysis library on a single plot. I've tried using par(mfrow=c(2,1)) but that doesn't work. If I do it with barplot(), it works fine and I see both plots on a single plot. plot(mfrow=c(2,1)) barplot(blahblah)

Re: [R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-09 Thread Samuel Dennis
I am unfamiliar with the chart.StackedBar function, but since barplot works as expected I thought I'd check that you do know you can obtain stacked bar charts using barplot also? (beside = FALSE). On 10 November 2010 09:41, patrick nguyen patrickqngu...@yahoo.com wrote: Hi I'm having

[R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-09 Thread patrick nguyen
Hi I'm having problems displaying multiple chart.StackedBar from PerformanceAnalysis library on a single plot. I've tried using par(mfrow=c(2,1)) but that doesn't work. If I do it with barplot(), it works fine and I see both plots on a single plot. plot(mfrow=c(2,1)) barplot(blahblah)

Re: [R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-09 Thread salmajj
Hi, try par(new=T) patrick nguyen writes: Hi I'm having problems displaying multiple chart.StackedBar from PerformanceAnalysis library on a single plot. I've tried using par(mfrow=c(2,1)) but that doesn't work. If I do it with barplot(), it works fine and I see both plots on a single

Re: [R] help cannot put multiple chart Stacked Bar (from PerformanceAnalysis library) in a single plot

2010-11-09 Thread Joshua Wiley
On Tue, Nov 9, 2010 at 12:41 PM, patrick nguyen patrickqngu...@yahoo.com wrote: Hi I'm having problems displaying multiple chart.StackedBar from PerformanceAnalysis library on a  single plot. I've tried using I am assuming you mean the PerformanceAnalytics package, at least that is what I