Skip to content

Commit

Permalink
Fix typos and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
spcanelon committed Sep 23, 2020
1 parent 8340a74 commit aa52930
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 03-ggplot2.Rmd
Original file line number Diff line number Diff line change
@@ -141,12 +141,12 @@ ggplot(data = penguins,
### You might see

.pull-left[
- Gentoo penguins have higher body mass than Adelie and Chinstrap penguins
- Gentoo penguins have higher body mass than Adélie and Chinstrap penguins
- Higher body mass among male Gentoo penguins compared to female penguins
- Pattern not as discernable when comparing Adelie and Chinstrap penguins
- No `NA`s among Chinstrap penguin data points! `sex` was available for each observation
- Pattern not as discernible when comparing Adélie and Chinstrap penguins
- No _NA_s among Chinstrap penguin data points! **sex** was available for each observation

I wonder what percentage of observations are `NA` for each species? Let's get the tidyverse to help us with this!
I wonder what percentage of observations are _NA_ for each species? Let's get the tidyverse to help us with this!

Next stop, `dplyr`!
]

0 comments on commit aa52930

Please sign in to comment.