A little call and response
Go find some data!
A common refrain is “use familiar graph types”, but sometimes we are familiar with bad things.
Literature review: Best practice principles for graph design from NSW Health (2006) makes a variety of literature-supported recommendations.
Use common graphs with which all readers are likely to be familiar: for example, line and bar graphs, pie charts and scatter plots.
So, familiar doesn’t always mean effective.
… 97% for a task identifying the largest category in a pie chart. Interventions producing the greatest improvement in comprehension were: changing a pie chart to a bar graph (3.6-fold increase in correct point reading)
Take a look at the interactive chart selector tool for matching different kinds of graph types to different combinations of data types at Data to Viz
All the same powerful features of geom_waffle() are available to geom_pictogram() (including faceting/etc) but you should use them carefully, sparingly, and wisely. Pictures can help tell a data story but pictures can also distract from the data story.
Choosing style options
par() (e.g., par(bg = "black"))tinyplot for ggplot-like appearancesggplot, use ggtheme (link to frame content)ggplotggplotMessy data could be an entire class of its own.
With luck we will explore public data sets later tonight and explore messy data next week in a small-group, hack-a-thon-style “competition”.
Recall, many dashboard platforms exist.
We can revisit our R dashboards for a bit of a deeper look at interactivity.
For example,
Finally, experiment with shiny-dashboard.qmd (from the previously unzipped directory). You could experiment by