Get access to all lessons in this course.
-
Advanced Data Wrangling and Analysis
- Overview
- Importing Data
- Tidy Data
- Reshaping Data
- Dealing with Missing Data
- Changing Variable Types
- Advanced Variable Creation
- Advanced Summarizing
- Binding Data Frames
- Functions
- Merging Data
- Renaming Variables
- Quick Interlude to Reorganize our Code
- Exporting Data
-
Advanced Data Visualization
- Data Visualization Best Practices
- Tidy Data
- Pipe Data Into ggplot
- Reorder Plots to Highlight Findings
- Line Charts
- Use Color to Highlight Findings
- Declutter
- Use the scales Package for Nicely Formatted Values
- Use Direct Labeling
- Use Axis Text Wisely
- Use Titles to Highlight Findings
- Use Color in Titles to Highlight Findings
- Use Annotations to Explain
- Tweak Spacing
- Customize Your Theme
- Customize Your Fonts
- Try New Plot Types
-
Advanced RMarkdown
- Advanced Markdown Text Formatting
- Tables
- Advanced YAML
- Inline R Code
- Making Your Reports Shine: Word Edition
- Making Your Reports Shine: HTML Edition
- Making Your Reports Shine: PDF Edition
- Presentations
- Dashboards
- Other Formats
-
Wrapping Up
- You Did It!
Going Deeper with R
Line Charts
This lesson is locked
This lesson is called Line Charts, part of the Going Deeper with R course. This lesson is called Line Charts, part of the Going Deeper with R course.
Transcript
Click on the transcript to go to that point in the video. Please note that transcripts are auto generated and may contain minor inaccuracies.
Your Turn
Make a line chart that shows the growth in the Hispanic/Latino population in school districts from 2017-2018 to 2018-2019
Learn More
There are also spins on line charts that you can easily make by adjusting your geom. For example, you can use geom_area()
to make area charts.
There are also extensions that take idea of line charts further. Here is a plot made with the ggbump
package, for instance, which enables you to make slopegraphs (another cousin of line charts) with curves.
Hockey Goals for #TidyTuesday. This is the third plot I fiddled with but still not quite satisfied... Used ggbump by @davsjob and made a slopegraph but with curves
— Georgios Karamanis (@geokaramanis) March 8, 2020
code: https://t.co/5U4suasTuw#rstats #dataviz pic.twitter.com/p61ztURoX7
You need to be signed-in to comment on this post. Login.