counts_marital_race_year %>% ggplot() + geom_area(aes(x = year, y = n, fill = marital)) + facet_wrap(facets = vars(race), ...
確定! 回上一頁