From b670b6278221af45e0e092a31d1cd8dba0f89f1e Mon Sep 17 00:00:00 2001 From: Danyal Siddiqui Date: Sun, 16 Feb 2025 18:44:03 -0500 Subject: [PATCH] corrected typo in slide 2 -Danyal S --- lectures/week7/additional_ggplot2_features.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lectures/week7/additional_ggplot2_features.Rmd b/lectures/week7/additional_ggplot2_features.Rmd index cb3b511..8fbd5e0 100644 --- a/lectures/week7/additional_ggplot2_features.Rmd +++ b/lectures/week7/additional_ggplot2_features.Rmd @@ -33,7 +33,7 @@ img_path <- "vizFigs/" ## Case Study: Describing Student Heights -Suppose that we have want to summarize to the heights of our classmates. We collect data on a set of individuals and save it in the `heights` data frame: +Suppose that we want to summarize the heights of our classmates. We collect data on a set of individuals and save it in the `heights` data frame: ```{r load-heights, warning=FALSE, message=FALSE} data(heights)