Basic dot plot ggplot(ToothGrowth, aes(x=dose, y=len)) + geom_boxplot()+ geom_dotplot(binaxis='y', stackdir='center')+ labs(title="Plot of length by dose" ...
確定! 回上一頁