parent
fc5c2044e8
commit
375dab4f5a
|
@ -121,7 +121,7 @@ ggplot(penguins, aes(x = flipper_length_mm, y = body_mass_g)) +
|
|||
title = "Body mass and flipper length",
|
||||
subtitle = "Dimensions for Adelie, Chinstrap, and Gentoo Penguins",
|
||||
x = "Flipper length (mm)",
|
||||
y = "Body mass (mm)",
|
||||
y = "Body mass (g)",
|
||||
color = "Species",
|
||||
shape = "Species"
|
||||
)
|
||||
|
@ -326,7 +326,7 @@ ggplot(penguins,
|
|||
title = "Body mass and flipper length",
|
||||
subtitle = "Dimensions for Adelie, Chinstrap, and Gentoo Penguins",
|
||||
x = "Flipper length (mm)",
|
||||
y = "Body mass (mm)",
|
||||
y = "Body mass (g)",
|
||||
color = "Species",
|
||||
shape = "Species"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue