标签: r ggplot2
我已经安装了ggplot和ggplot2及其依赖项。
感谢您的帮助。
答案 0 :(得分:46)
尝试:
library(ggplot2)
即使安装了软件包,每次加载R时都必须加载软件包。
这个问题在r-faq中得到了全面的回答:
Error: could not find function ... in R