Data Visualization

2024-04-02

We have read

Data Visualiztion Basic

Data Visualiztion

ggplot

  • ggplot(data = <DATA>) + <GEOM>(mapping = aes(<MAPPINGS>), position = <POSITION>, stat = <STAT>) + <FACET> + <COORD> + <THEME>Next Time

Homework 8

  • Use github classroom to accept the assignment
  • Don’t forget committing and pushing the changes!