首页 > 解决方案 > 我是编码新手,我不明白这个错误信息

问题描述

我不确定我的问题在这里是否有效……您好,我是一名新生,参与了一些研究,我们使用 RStudio 来使用这个名为 xROI 的程序。编码的使用应该保持在最低水平,但现在我遇到了 xROI 问题,RStudio 说错误如下:

Listening on http://127.0.0.1:7609
Error in matrix(unlist(lsplit[wfilter]), ncol = 5, byrow = TRUE) : 
  'data' must be of a vector type, was 'NULL'
Warning: Error in if: argument is of length zero
  [No stack trace available]
Error in (function (x)  : attempt to apply non-function
Called from: (function (x) 
x$.self$finalize())(<environment>)
Error during wrapup: unimplemented type (29) in 'eval'

Error: no more error handlers available (recursive errors?); invoking 'abort' restart
Error during wrapup: INTEGER() can only be applied to a 'integer', not a 'unknown type #29'
Error: no more error handlers available (recursive errors?); invoking 'abort' restart

xROI 用于观察一组给定图像(用于植物)随时间的变化,到目前为止,xROI 无法超过我选择感兴趣区域的阶段。我收到的消息是“正在生成光栅”

有没有人知道错误消息表示什么..?

标签: rcompiler-errors

解决方案


推荐阅读