Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
ggplot(tb_au, aes(x = year, y = count, fill = gender)) + geom_col( position = "fill") + facet_grid(gender ~ age) + scale_fill_brewer(palette="Dark2")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!