Give facet_grid() a formula, where the left side will become the rows, and the right side the columns. ggplot(acs_sample, aes(x = age, y = income)) + geom_point ...
確定! 回上一頁