gpt4 book ai didi

r - R如何关闭特定错误

转载 作者:行者123 更新时间:2023-12-03 07:45:13 24 4
gpt4 key购买 nike

如何全局关闭R中的特定错误?

例如,我想“全局”忽略Rstudio中的常见错误:
“plot.new()中的错误:图形边距太大”,而没有更改每个绘图调用,也没有在Rstudio中使绘图面板变大。

我想例如在Matlab中可以做到这一点。如何在R中这样做?谢谢!

最佳答案

检查一下。这是错误。

stop("Urgh, the iphone is in the blender !")

这是使用try catch的解决方案。
tryCatch({
stop("Urgh, the iphone is in the blender !")
}, error=function(e){})

关于r - R如何关闭特定错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37416337/

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