Hi Guys,
I am trying to plot my dataset using ggplot, but it is showing me the below error.
ggplot(iris, aes(x = Species, y = Sepal.Length)) + geom_boxplot() + theme_bw()
Error in ggplot(iris, aes(x = Species, y = Sepal.Length)) :
could not find function "ggplot"