search for: 55x95

Displaying 1 result from an estimated 1 matches for "55x95".

Did you mean: 5595
2011 Mar 19
3
create a matrix with values from data.frame
...1 0.02 18.69 5 22 15 598 1 0.02 18.69 6 21 19 250 1 0.02 20.21 7 22 20 251 1 0.02 18.69 8 22 20 598 1 0.02 18.69 where xloc is the x dimension, yloc the y dimension, and totW the values for each cell (xloc,yloc) in my matrix (55x95): I'm trying: Bio=with(pop, (table(factor(totW, levels = 1:55), factor(totW, levels = 1:95)))) But I don't get what I want. Hints? Thanks! Nic