Displaying 1 result from an estimated 1 matches for "g4per".
Did you mean:
aper
2009 Nov 05
1
how to collapse list into a matrix with names
...atrix(x,ncol=6,byrow=T)})
##myList is a list containing 19 matrices with the following names
> names(myList)
[1] "*ES" "*ET" "*ER" "*DS" "*DT" "*DR"
[7] "*VS" "*VT" "*G4per" "*G29per" "*FvFm42" "*FvFm29"
[13] "*Tillers" "*DryWtGC" "*LeafArea" "*SPAD" "*RootCon" "*ShootCon"
[19] "*LeafTips"
I want to save the result of the list into a file, so that th...