+ 1
R studio, ggplot2
I want to create a simple geometric histogram so gor that I have installed package called ggplot2 but when I run my code it shows error that could not find ggplot Please help to solve that problem
1 Resposta
+ 2
Make sure you have loaded it for use.
1. install.packages("package")
2. library("package")