facet_grid (. cols = vars(glasses), ... facet_grid(rows = vars(race_eth), ... The facet_grid() function splits up the data according to a variable(s).
確定! 回上一頁