2

使ってやったgoogleVis

> library(googleVis)

> trees2<-trees

>trees2$id<-as.character(1:31)

> Bubble<-gvisBubbleChart(trees2,idvar="id",xvar="Girth",yvar="Height",sizevar="Volume",options=list(vAxis="{title:'height'}",hAxis="{title:'Girth'}"))

> plot(Bubble)

グラフはありましたが、円が大きすぎます;;

シンボル関数と同じように円のサイズを制御する方法はありますか?

4

1 に答える 1