: 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
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
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
3 matches
Mail list logo