Skip to content

Commit e52a63e

Browse files
authored
Merge pull request #426 from jasleen101010/main
Minor changes to viz relationships
2 parents 3f075e2 + 8453468 commit e52a63e

File tree

1 file changed

+1
-1
lines changed
  • 3-Data-Visualization/R/12-visualization-relationships

1 file changed

+1
-1
lines changed

3-Data-Visualization/R/12-visualization-relationships/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It will be interesting to visualize the relationship between a given state's pro
1212

1313
## [Pre-lecture quiz](https://purple-hill-04aebfb03.1.azurestaticapps.net/quiz/22)
1414

15-
In this lesson, you can use Seaborn, which you have used before, as a good library to visualize relationships between variables. Particularly interesting is the use of ggplot2's `ggplot`and `geom_point` function that allows scatter plots and line plots to quickly visualize '[statistical relationships](https://ggplot2.tidyverse.org/)', which allow the data scientist to better understand how variables relate to each other.
15+
In this lesson, you can use ggplot2, which you have used before, as a good library to visualize relationships between variables. Particularly interesting is the use of ggplot2's `geom_point`and `qplot` function that allows scatter plots and line plots to quickly visualize '[statistical relationships](https://ggplot2.tidyverse.org/)', which allow the data scientist to better understand how variables relate to each other.
1616

1717
## Scatterplots
1818

0 commit comments

Comments
 (0)