You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does it work if you explicitly load the library with library(ggplot2) before calling the ggplot() command? It may be that the package is installed but not loaded automatically.
First of all, thanks for a great extension!
This example isn't working for me:
When I try to make a plot with ggplot2 I get:
Error in ggplot(mtcars, aes(wt, mpg)) : could not find function "ggplot"
The text was updated successfully, but these errors were encountered: