Introduction to Data Visualization with ggplot2
  • AI Chat
  • Code
  • Report
  • Beta
    Spinner

    Introduction to Data Visualization with ggplot2

    Run the hidden code cell below to import the data used in this course.

    Take Notes

    Add notes about the concepts you've learned and code cells with code you want to keep.

    Add your notes here

    # Add your code snippets here

    Shape y label: solo para variables categóricas

    theme_gray() is the default. theme_bw() is useful when you use transparency. theme_classic() is more traditional. theme_void() removes everything but the data. plt_prop_unemployed_over_time is available.