*disclaimer
495824
balloonplot
- 頻度を風船の大きさで表現
balloonplot
library(gplots)
- long formatで
ID: Year:学年3レベル name:項目名 value:値
balloonplot(df$name, df$Year, df$value)
- オプション
- xlab="x軸名"
- dotcolor="skyblue",
- show.zeros=FALSE,
- main
- タイトル表示
- label.size,
- cum.margins
- 余白のグレー
- label.lines
- text.size,
- show.margins
- colsrt=66
- 列の項目名を66度傾ける
例
Reference
https://rpubs.com/yoshio/97567
ggpubr
https://rpkgs.datanovia.com/ggpubr/reference/ggballoonplot.html
https://sugiura-ken.org/wiki/