3.9.1
ggplot(data = diamonds) + geom_bar(mapping = aes(x = cut, fill = clarity)) + coord_polar()
2 図のタイトルやサブタイトル、軸のラベルを指定できる
3
4 geom_ablineは直線を加えている coord_fixed()の重要性はあまりわかりませんでした
geom_abline
coord_fixed()