トップ 履歴 一覧 Farm ソース 検索 ヘルプ PDF RSS ログイン

balloonplot

*disclaimer
603251

R

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