如何在 R 中找到与数学 Set 相对应的数据结构的实现?

发布于 2024-12-11 14:12:53 字数 72 浏览 2 评论 0原文

我是 R 的新手,我想知道在哪里可以找到与 R 中的数学集相对应的数据结构的标准实现。例如类似于 python 内置类型集的东西。

I am new to R and I would like to know where I can find a standard implementation of a data-structure corresponding to a mathematical Set in R. Something similar to pythons built-in Type set for example.

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

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

发布评论

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

评论(1

污味仙女 2024-12-18 14:12:53

我认为你需要学习如何搜索 CRAN(R 档案)。我发现了这个:

http://ftp .heanet.ie/mirrors/cran.r-project.org/web/packages/sets/index.html

请注意,那里的 URL 是我的本地镜像。从 www.r-project.org 开始并继续。

I think you need to learn how to search CRAN, the R archive. I found this:

http://ftp.heanet.ie/mirrors/cran.r-project.org/web/packages/sets/index.html

Note the URL there is my local mirror. Start at www.r-project.org and carry on.

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