Hi!
I encountered an error message: Error in FUN(X[[i]], ...): object 'boddy_mass_g' not found. Can someone please tell me how to fix it? I just followed by the exact code though
Here is the code:
ggplot(data = penguins)+
-
geom_point(mapping = aes(x=flipper_length_mm,y=boddy_mass_g))
Thanks!