Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到了一个 .rdata 文件,其中包含我认为应该是坐标 (x,y) 及其相应灰度值的列表;但是,我并不确切知道 .rdata 文件中的数据类型/格式。有没有办法让我在没有 R 的情况下读取这些数据?我无权访问 R。我在 Mac 上有 Excel 和 Matlab。请帮忙。不幸的是,我不允许传递数据(我的谷歌搜索告诉我熟悉 R 的人可以轻松地将数据导出到 csv 文件的文本中)。
先感谢您。
.rdata我下载了 R,使用读入load()并再次使用write.csv().
.rdata
load()
write.csv()