1 Multiple Choice Question

Why do we need visualization?

  1. We can communicate visual artifacts with aspect ratio.
  2. We can reduce cognitive load through visualization.
  3. Anscombe’s Quartet dataset provides rationals on why we always visualize a dataset.
  4. Because we have three different visual systems(Base, ggplot, lattice) in R, we need a visualization.

Hint: 데이터 과학 - “시각화 (Visualization) 개요”

2 Parsons Problems

Instruction

  • Import trelliscopejs library
  • Filter out only “Americas” from continent and then group by continent and country, and then nest()
  • Write plot_ly function named lifeExp_plot to visualize year and lifeExp
  • Generate trelliscopeJS small many graphs using map_plot() and save list-column dataframe called gapminder_plot_df
  • Visualize gapminder_plot_df