如何在 R 中找到与数学 Set 相对应的数据结构的实现?
我是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为你需要学习如何搜索 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.