Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-12 Thread Jim Lemon
On 10/12/2009 01:53 AM, zhijie zhang wrote: Thanks. I think there may be no easy method to achive it. library(lattice) barchart(Titanic, scales = list(x = "free"),auto.key = list(title ="Survived"),layout=c(4,1),horizontal = FALSE) The above method generates four graphs, two graphs in the l

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-11 Thread zhijie zhang
ot;), horizontal=FALSE) >>>>> >>>>> There are adjustments available to the space between bars. >>>>> >>>>> barchart(Titanic, scales = list(x = "free"), >>>>> auto.key = list(title = "Survived"), hori

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-11 Thread Peter Ehlers
artsgraphs.wordpress.com/tag/r-and-excel/ for an alternative method of displaying the data using lattice. --- On Fri, 10/9/09, zhijie zhang wrote: From: zhijie zhang Subject: [R] Creating a Clustered-Stacked Column Chart To: r-h...@stat.math.ethz.ch Received: Friday, October 9, 2009, 5:31 AM Hi all,

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-10 Thread zhijie zhang
>>> On Oct 9, 2009, at 9:57 PM, zhijie zhang wrote: >>> >>> Thanks a lot. Maybe someone else has the method to solve that. >>> >>>> >>>> 2009/10/9 John Kane >>>> >>>> I don't think I've seen an R versio

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-10 Thread Peter Ehlers
10/9 John Kane I don't think I've seen an R version, probably because the technique is not very good for displaying data. Have a look at http://chartsgraphs.wordpress.com/tag/r-and-excel/ for an alternative method of displaying the data using lattice. --- On Fri, 10/9/09, zhijie zh

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-10 Thread David Winsemius
ause the technique is not very good for displaying data. Have a look at http://chartsgraphs.wordpress.com/tag/r-and-excel/ for an alternative method of displaying the data using lattice. --- On Fri, 10/9/09, zhijie zhang wrote: From: zhijie zhang Subject: [R] Creating a Clustered-Stacked Column

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-10 Thread zhijie zhang
t;> very good for displaying data. >>> >>> Have a look at http://chartsgraphs.wordpress.com/tag/r-and-excel/ for an >>> alternative method of displaying the data using lattice. >>> >>> --- On Fri, 10/9/09, zhijie zhang wrote: >>> >>> From

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-09 Thread David Winsemius
n Fri, 10/9/09, zhijie zhang wrote: From: zhijie zhang Subject: [R] Creating a Clustered-Stacked Column Chart To: r-h...@stat.math.ethz.ch Received: Friday, October 9, 2009, 5:31 AM Hi all, In R, is there some functions or ways to create a Clustered-Stacked Column Chart as the example in the fol

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-09 Thread zhijie zhang
gt; alternative method of displaying the data using lattice. > > --- On Fri, 10/9/09, zhijie zhang wrote: > > > From: zhijie zhang > > Subject: [R] Creating a Clustered-Stacked Column Chart > > To: r-h...@stat.math.ethz.ch > > Received: Friday, October 9, 2009, 5:3

Re: [R] Creating a Clustered-Stacked Column Chart

2009-10-09 Thread John Kane
e: > From: zhijie zhang > Subject: [R] Creating a Clustered-Stacked Column Chart > To: r-h...@stat.math.ethz.ch > Received: Friday, October 9, 2009, 5:31 AM > Hi all, >    In R, is there some functions or ways to > create a Clustered-Stacked > Column Chart as the ex

[R] Creating a Clustered-Stacked Column Chart

2009-10-09 Thread zhijie zhang
Hi all, In R, is there some functions or ways to create a Clustered-Stacked Column Chart as the example in the following page http://peltiertech.com/Excel/ChartsHowTo/ClusterStack.html? I have browsed the R Graph Gallery (http://addictedtor.free.fr/graphiques/) and searched the R site, and di