search for: _stool

Displaying 1 result from an estimated 1 matches for "_stool".

Did you mean: stool
2011 Jun 09
2
scatterplot3d - help assign colors based on multiple conditions
...t3d) chd1=read.table(file="test.out", header=F, sep="\t") col=as.vector(chd1[,1]) xlabels=as.vector(chd1[,1]) ylabels=as.vector(chd1[,2]) mycols<-c("red","blue","green","chocolate","orange", "brown") col[grep("_Stool", xlabels) ]<-mycols[1] #col[grep("_Stool", xlabels) && grep("_Stool", ylabels) ]<-mycols[1] col[grep("_Tongue_dorsum", xlabels) ]<-mycols[2] col[grep("_Posterior_fornix", xlabels) ]<-mycols[3] col[grep("_Anterior_nares", xl...