Displaying 1 result from an estimated 1 matches for "bioonductor".
Did you mean:
bioconductor
2003 May 28
0
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"
---
> set.seed(123)
> state <- c(0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, + 1, 1,
1)
>...