Error in FUN(X[[i]], ...)

hi

i started learning r and i have been facing an error but unfortunately wasn't able to fix it

ggplot(data=penguins)+
geom_point(mapping=aes(x=flipper_lenght_mm,y=body_mass_g))

the Error :
Error in FUN(X[[i]], ...) : object 'flipper_lenght_mm' not found

Change this to flipper_length_mm

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.