当x轴是离散变量时,在geom_boxplot中注释.png图形

时间:2019-03-06 13:15:21

标签: r ggplot2 annotations

我想在ggplot中的geom_box图中注释小的.png图形。 例如,使用数据集:

diam <- dplyr::select(diamonds, cut, price)
ggplot(diam, aes(x= cut, y= price, color= cut))+
  geom_boxplot()

enter image description here

所以问题是:
1)如何从本地文件上传数字;
2)当x轴是离散变量时,如何定义这五个图形的位置。

谢谢。

0 个答案:

没有答案