gge-ucd / r-davis-in-class-lizawood5

r-davis-in-class-lizawood5 created by GitHub Classroom
0 stars 0 forks source link

week 6 assignment #2

Open colbyhause opened 5 years ago

colbyhause commented 5 years ago

Awesome coding Liza, everything ran without any issues! I enjoyed seeing your thought process through the first question, I agree that plotting the average life expectancy best represents the trend. You get a similar trend when you divy it up by continent: gapminder %>% group_by(continent, year) %>% summarize(average_lifeExp = mean(lifeExp)) %>% ggplot(aes(x= year, y =average_lifeExp, color = continent)) + geom_point()

colbyhause commented 5 years ago

woops accidentally hit the close issue button...