ggplot (mpg, aes(displ, hwy)) + geom_point() + geom_text(aes(label = label), ... you have many other geoms in ggplot2 available to help annotate your plot.
確定! 回上一頁