Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lectures/week7/additional_ggplot2_features.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down