gpt4 book ai didi

python - 相当于 rpy2 中的 "$"?

转载 作者:太空宇宙 更新时间:2023-11-03 11:06:50 25 4
gpt4 key购买 nike

我似乎找不到答案的简单问题。我如何在 rpy2 中获取 R 对象的属性?例如,R 代码的等效项是什么:rpy2 中的 m$eval

最佳答案

对于 R 列表,$ 等价于 [[,向量长度为​​ 1:foo$bar 等价于 foo[["bar"]].对于 rpy2,这将是 foo.rx2('bar')foo[foo.index('bar')](参见 extracting element, R-style)。

关于python - 相当于 rpy2 中的 "$"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17114951/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com