qplot
デフォルトのgeomを数値でnullの場合に変更histogram
するラッパーをdotplot
作成したいと思います。しかし、私は仕事をすることができません:x
y
qplot
geom_dotplot
> x <- rnorm(100)
> qplot(x, geom="dotplot")
stat_bindot: binwidth defaulted to range/30. Use 'binwidth = x' to adjust this.
Error in if (params$stackdir == "up") { : argument is of length zero
この図を作成するためにどのように使用できますかqplot
:
ggplot(,aes(x=x)) + geom_dotplot()