Then use geom_text() with the new data frame (Figure 7.17):. # Create the base plot mpg_plot <- ggplot(mpg, aes(x = displ, y = hwy)) + geom_point() + ...
確定! 回上一頁