Displaying 1 result from an estimated 1 matches for "aagl".
Did you mean:
agl
2011 Jan 27
2
help for a loop procedure
...ake my problem clearer.
My dataset (matrix) has sample events by rows (U1,U2,U3) and detected
species by columns.
U<-read.table("C:\\Documents
\\tre_usc.txt",header=T,row.names=1,sep="\t",dec = ",")
U # global matrix with 3 samples
SPECIE Aadi Aagl Apap Aage Bdia Beup Crub Carc
Cpam
U1 0 0 0 0 7
0 5 0 1
U2 0 0 0 0 4
2 1 0 0
U3 0 0...