geom_point() + facet_grid(site ~ year). qplot(yield, variety, data = barley, xlab = "Barley Yield (bushels/acre)") + geom_point() + ...
確定! 回上一頁