Change size of axes title and labels in ggplot2 ... library(ggplot2) g = ggplot(data=df) + geom_point(aes(x=a, y=b)) + xlab("x axis") g.
確定! 回上一頁