Skip to content
Prev 32577 / 398530 Next

plot() error-msg: "need finite xlim values"

Hi
I try to plot a ROC curve, using the ROC library from bioonductor (using
the example in the help). Everything runs nicely except, that finally I
get the error: "Error in plot.window(xlim, ylim, log, asp, ...) :
        need finite xlim values"

---
1)
3, 4) + runif(20, -1, 1)
seqlen = 5)
Error in plot.window(xlim, ylim, log, asp, ...) :
        need finite xlim values
In addition: Warning messages:
1: no finite arguments to min; returning Inf
2: no finite arguments to max; returning -Inf
3: no finite arguments to min; returning Inf
4: no finite arguments to max; returning -Inf


--
thanks for any help

christoph