Change axis labels and legend titles. ... p <- ggplot(mtcars, aes(mpg, wt)) + geom_point() p + labs(title = "New plot title") p + labs(x = "New x label") p ...
確定! 回上一頁