Displaying 1 result from an estimated 1 matches for "downcol".
Did you mean:
downcall
2007 Nov 15
1
Plot problem
...f plots(samples) which I want, saying to 11,
<pdf("mel_chr_all_13cancer_cghFLasso_all.pdf", height=6, width=11);plot(
Disease.FL, index=1:11, type="All");dev.off();
then I got an error message as:
Error in segments((1:n)[y < 0], jp, (1:n)[y < 0], jp + y[y < 0], col =
downcol) :invalid first argument
I suspect that it has sth to do with the maxium plots which can be outputed
on one page, which means less or equal to 4 will be fine but beyond that
there will be a problem. I have tried the number 5 yet.
Is there a way that I could specify that the plots can be put on mu...