Examples. p <- ggplot(mtcars, aes(wt, mpg)) p + geom_point() # Add aesthetic mappings p + geom_point(aes(colour = qsec)) p + ...
確定! 回上一頁