geom_text_repel()解决样品标签重叠geom_text_repel()是基于geom_text() library(ggrepel) set.seed(123) ggplot(mtcars)+ geom_point(aes(wt, mpg), color="red")+ ...
確定! 回上一頁