saving . . . saved Doubt on ggplot2 has been deleted. Doubt on ggplot2 has been hidden .
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 25-04-20, 5:05 p.m. Veluchurisireesha27

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 
26-04-20, 11:11 a.m. sudhakarst


Use library(ggplot2) after installing the package.
14-05-20, 6:21 p.m. sbhatt31


Better install the package 'tidyverse' which contains around 100 useful pacakges incuding ggplot2, dplyer, rmarkdown, etc. Use command: install.packages('tidyverse', dependecies = TRUE)
28-11-20, 3:04 p.m. satishvermadu@gmail.com


Log-in to answer to this question.