Hello everyone,
In spite of installing and loading ggplot , following error is occuring.
Error in ggplot2(data = penguins) : could not find function "ggplot2"
ggplot(data=penguins)+geom_point(mapping=aes(x=flipper_length_mm,y=body_mass_g))
I wrote above code
Can anyone help me with this please?
Thank you!!