如何更正 ylim 需要有限值的错误?

How do I correct the error that ylim needs finite values?

提问人:Imnotabot 提问时间:11/13/2023 最后编辑:PhilImnotabot 更新时间:11/14/2023 访问量:36

问:

我不断收到 ylim 值错误,并试图在没有任何帮助的情况下纠正它几次。谁能帮我?

收到此错误代码:Error in plot.window(...) : need finite 'ylim' values

throughput_time_qcc <- qcc(log(ntp_casestats_mr$throughput_time), type = "xbar.one", 
                       labels = ntp_casestats_mr$case_id, plot = FALSE) 

plot(throughput_time_qcc, title = "X (individual measurements) chart for throughput time (hours)", 
 xlab = "Case ID", ylab = "log (throughput time)", digits = 2, )

process.capability(throughput_time_qcc, spec.limits = c(NA, log(100)), nsigmas=3, digits = 2)
R 统计 Bupar

评论


答: 暂无答案