- library(ggplot2)
- f_labels<-data.frame(drv=c("4","f","r"),label=c("(slope= 44.93 \u00B0)","(slope=44.93)^o","(\u03bc)^o"))
- p <- ggplot(mpg, aes(x = displ, y = hwy)) + geom_point() + facet_wrap (~ drv, nrow = 2)
- p+geom_text(parse = F,x=6,y=40,aes(label=label),data=f_labels)



雷达卡




京公网安备 11010802022788号







