Doubt on ggplot2
Title
Question
Sir,I have installed the ggplot2 package and done the library function on these but when trying to do a ggplot function code . I continually get an error saying could not find function "ggplot". Have tried updating all my packages but that has not helped.
Please help....
R Introduction-to-ggplot2 08-09 min 20-30 sec
Answers:
You might have to remove the package and re-install it. For more details, please have a look on https://community.rstudio.com/t/could-not-find-function-ggplot/27123/3
Better install the package 'tidyverse' which contains around 100 useful pacakges incuding ggplot2, dplyer, rmarkdown, etc. Use command: install.packages('tidyverse', dependecies = TRUE)
Login to add comment