Re: [R] help with a special variant of balloonplot

2012-08-26 Thread ravi
: Peter Ehlers To: ravi Cc: "r-help@r-project.org" Sent: Sunday, 26 August 2012, 1:13 Subject: Re: [R] help with a special variant of balloonplot On 2012-08-24 09:12, ravi wrote: > Hi, > I am interested in implementing a special variant of > balloonplot.  Let me > explain w

Re: [R] help with a special variant of balloonplot

2012-08-25 Thread Peter Ehlers
On 2012-08-24 09:12, ravi wrote: Hi, I am interested in implementing a special variant of balloonplot. Let me explain with an example dataset from the reference manual : library(gplots) data(Titanic) dframe<-as.data.frame(Titanic) survived<-dframe[dframe$Survived=="Yes",] attach(survived) ballo

[R] help with a special variant of balloonplot

2012-08-24 Thread ravi
Hi, I am interested in implementing a special variant of balloonplot.  Let me explain with an example dataset from the reference manual : library(gplots) data(Titanic) dframe<-as.data.frame(Titanic) survived<-dframe[dframe$Survived=="Yes",] attach(survived) balloonplot(x=Class,y=list(Age,Sex),z=F