ggplot2 注释文本到图所展示的数据上
摘要:
best_in_class <-mpg %>% group_by(class) %>%filter(row_number(desc(hwy))==1) #取每组hwy 最大的那行观测赋值给best_in_class ggplot(mpg,aes(displ,hwy))+geom_point(aes( 阅读全文
posted @ 2022-02-26 22:09 BioinformaticsMaster 阅读(298) 评论(0) 推荐(0) 编辑