Skip to content

Commit 8453468

Browse files
Minor changes to viz relationships
Replaced Python libraries names with R ones.
1 parent 786b113 commit 8453468

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://red-water-0103e7a0f.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)