search for: colmap

Displaying 4 results from an estimated 4 matches for "colmap".

Did you mean: collap
2011 Jan 21
1
Information
...for example after generating the rows if I want to give the name in the end of those rows like 1,2,3...8.. how can I do this thing? Right now I am using this code. graph<- function(X) { for(j in 1:8) { for(k in 1:20) { xx<-((j-1)*10) rect(xx,y(j,k-1,X),(xx)+10,y(j,k,X), col=colmap[k]) if ( X[k,j] != 0) { text( (xx+5),(y(j,k-1,X) + round(X[k,j])/2), a[k]) } } } } plot(c(0,10*8),c(0,abc), col="white") where "a" is sumthing which I have to put inside of those rows and columns Looking for your positive reply. Thanking You W...
2010 Jan 17
6
More than on loop??
hello every one, How to function more than one loop in R? I have the following problem to be solved with the a method of three loops, can you help me please? The data is attached with this message. The data is composed of two parts, cleaved (denoted by ?cleaved?) and non cleaved (denoted by ?noncleaved?). ? to access to the ith peptide, you can use X$Peptide[i] ? to access to the ith label,
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
I''ve been working on this on the odd occasion, I think it mostly works, or it did last I tried which was a while back. I''m sure it is too hacky in places. My plan was to clean it up on the next test day. I''m mostly just sending this for Wei''s benefit since he is independently looking at adding Debian HVM guest tests for OVMF purposes. Ian. commit
2011 Jan 22
0
how to call BayesX in R to see the graph
...h i.e for example after generating the rows if I want to give the name in the end of those rows like 1,2,3...8.. how can I do this thing? Right now I am using this code. graph<- function(X) { for(j in 1:8) { for(k in 1:20) { xx<-((j-1)*10) rect(xx,y(j,k-1,X),(xx)+10,y(j,k,X), col=colmap[k]) if ( X[k,j] != 0) { text( (xx+5),(y(j,k-1,X) + round(X[k,j])/2), a[k]) } } } } plot(c(0,10*8),c(0,abc), col="white") where "a" is sumthing which I have to put inside of those rows and columns Looking for your positive reply. Thanking You With Re...