search for: 507d22

Displaying 1 result from an estimated 1 matches for "507d22".

Did you mean: 507,22
2010 Aug 16
1
Combining values from a data.frame row with matrix rownames.
...same calculations and writing a new file. My aim is to iterate through this procedure five or six times. My difficulty is making the index vector to extract the values I need from the matrix of experimental data. The seed panel is a row in a data.frame: print(seed_panel[i,]) V2 V3 1 507D22 518F15 and the variable to add to it is a rowname of the experimental matrix: print(rownames(Control[j,])) [1] "505E01" I haven't found a way to combine these three - I would like a vector c("507D22","518F15","505E01") - to subscript the matrix of ex...