-5

我有一个读取文件并自动生成图形的 R 脚本。它在第一次运行时工作。如果 .png 文件在那里并且脚本需要使用新数据重新创建它们,我会收到此错误:

Error: bad restore file magic number (file may be corrupted) -- no data loaded
In addition: Warning message:
file 'test1.png' has magic number 'ëPNG'
   Use of save versions prior to 2 is deprecated
Execution halted

这个错误是什么意思?我尝试使用源(“文件名”),它也不起作用。

谢谢,

4

1 回答 1

2

我不得不拆分我正在使用的目录。我正在输出到另一个文件夹,如下所示解决了这个问题。

setwd("C/img")

于 2012-05-30T15:43:34.363 回答