navysealtf9k / Exploratory-Data-Analysis

Made use of dplyr, ggplot2 and tidyverse to perform a wide array of data cleaning and exploration tasks.
0 stars 0 forks source link

hw02 ready for grading #2

Open navysealtf9k opened 7 years ago

navysealtf9k commented 7 years ago

@vincenzocoia @gvdr @ksedivyhaley @joeybernhardt @mynamedaike @pgonzaleze @derekcho

KateJohnson commented 7 years ago

Hi @navysealtf9k

Great job! Check Plus

P.S. I went surfing in Arugam Bay this summer and absolutely loved Sri Lanka! It's such a beautiful country.

vmichalowski commented 7 years ago

Hi @navysealtf9k Nice exploration of ggplot's functions! Something I noticed is the x-axis in ggplot automatically sets the axis labels in a way that doesn't make it obvious where each year intersects with the line. This is something I've been trying to figure out how to change myself, and haven't found a good way to do yet, but something I've tried (that is probably not the cleanest or efficient code) is to include the "breaks" function in scale_x_continuous(). Also, for your plot comparing log_gdp and year, it's a little difficult to interpret with so many countries. I like how with your boxplot you took the top three gdp countries as comparison to Sri Lanka, and I think that would have been a great approach to take here too. I also thought you made really good use of comments. It made it really easy for me to follow your train of thought and what you were trying to do with each piece of code. Overall, great work! Victoria