在 R 中使用 ggplot 函数错误:找不到函数 ggplot

发布于 2024-11-29 02:34:24 字数 129 浏览 0 评论 0原文

我已经安装了 ggplot 和 ggplot2 及其依赖项,但无法使用该函数 ggplot;每当我尝试使用它时我都会得到

ggplot 中的错误...找不到函数“ggplot”

I have installed ggplot and ggplot2 and their dependencies, but I cannot use the function ggplot; whenever I try to use it I get

Error in ggplot ... could not find function "ggplot"

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

她如夕阳 2024-12-06 02:34:24

尝试:

library(ggplot2)

即使在安装了软件包之后,每次加载 R 时都必须加载一个软件包。

这个问题在 r-faq 中得到了全面的回答:

错误:在 R 中找不到函数...

Try:

library(ggplot2)

Even after installing a package, you have to load a package each time you load R.

This question is answered comprehensively in the r-faq:

Error: could not find function ... in R

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文