A short description of the post.
The purpose of this lab is to get you to try different methods of visualizing the same data to explore what seems to work better.
We’ll work with fivethirtyeight data. via the R package of the same name.
To get started, please run the following lines of code
One you’ve loaded the package, you will have access to a variety of datasets. The datasets we will work with are google_trends, tv_states, and comic_characters.
Start a new R Markdown document - you can choose to house this lab on GitHub or not. Either way is fine.
Both the google_trends and tv_states datasets come from a fivethirtyeight story about how the media covered hurricanes and Trump.
geom_ribbon
, setting the ymin
to 0.Replicate the “National cable news networks” plot using the tv_states data. Don’t worry about all the labels. Try to match the colors but don’t worry about getting them exact.
Use the comic_characters dataset to visualize the proportion of different genders using at least three different methods. With your final visualization, make any additional modifications you think would help reduce the cognitive load neccessary to comprehend the figure.
When you have finished the above, upload your rendered (knit) HTML file to canvas.