ggplot (mpg, aes(displ, hwy)) + geom_point() + scale_x_continuous("Label 1") + ... You can supply text strings (using \n for line breaks) or mathematical ...
確定! 回上一頁