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