按矩阵列名称提取矩阵列值
是否可以从矩阵中按名称获取矩阵列?
我尝试了各种方法,例如 myMatrix["test", ]
但似乎没有任何效果。
Is it possible to get a matrix column by name from a matrix?
I tried various approaches such as myMatrix["test", ]
but nothing seems to work.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。但是,如果您想要该列,请将“测试”放在逗号后面...
另请参阅
help(Extract)
Yes. But place your "test" after the comma if you want the column...
see also
help(Extract)