I am trying to load ggplot2. I am using Windows 7. R tells me that ggplot2 has loaded successfully but when I try to use the library function it says it cannot fi
library
You should have executed this:
install.packages("ggplot2", dependencies=TRUE)