- I get a warning message after the below code chunk saying "Removed 2 rows containing missing values (
geom_point()
). Can someone please tell me what is the issue in the code??
ggplot(data=penguins)+geom_point(mapping = aes(x=flopper_length_mm,y=body_mass_g))