p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg,. colour=factor(gear))) +. facet_wrap(~am). # Change the size of axis titles to be 2 x that of the ...
確定! 回上一頁