Re: [R] Bubble plots

2008-08-03 Thread Michael Bibo
Cody Hamilton Edwards.com> writes: > > Is there a way to create a 'bubble plot' in R? > > For example, if we define the following data frame containing the level of y observed for 5 patients at three > time points: > > time<-c(rep('time 1',5),rep('time 2',5),rep('time 3',5)) > y<-c('a','b','c

Re: [R] Bubble plots

2008-08-03 Thread Franz Mueter
o: r-help@r-project.org Subject: [R] Bubble plots Is there a way to create a 'bubble plot' in R? For example, if we define the following data frame containing the level of y observed for 5 patients at three time points: time<-c(rep('time 1',5),rep('time 2',5),rep(

[R] Bubble plots

2008-08-01 Thread Cody Hamilton
Is there a way to create a 'bubble plot' in R? For example, if we define the following data frame containing the level of y observed for 5 patients at three time points: time<-c(rep('time 1',5),rep('time 2',5),rep('time 3',5)) y<-c('a','b','c','d','a','b','c','a','d','a','a','a','b','c','d') D<-