Lab 13: Visualization
Note
In lab.qmd ## Lab 13
section,
Import the data penguins.csv.
Generate the following
Warning: Removed 2 rows containing non-finite values (`stat_bin()`).
# library(tidyverse)
<- read_csv(__________________)
penguins |> ggplot(_______________________) + ## mapping layer
________ + ## geometry layer
___________________ ## label layer _____________________________
|> ggplot(______________________________) + ## mapping layer
________ + ## geometry layer
_______________ + ## label layer
_______________ + ## facet layer
______________________________ ## theme layer (set legend.position = "none") ______________________________