[R] read.table without sep

2005-11-25 Thread Vasundhara Akkineni
Hello all, I have a data file table.txt which i have attached. I am trying to pass the columns as arguments to a function totnorm where i am displaying a total normalization plot. The function is given below:

Re: [R] read.table without sep

2005-11-25 Thread P Ehlers
Vasu, You have a lot of problems here. 1. How was your file generated? Excel? You have trailing tabs on all but row 1 which is why your read.table call with sep=\t gives you columns that don't seem to agree with what you expect. See the argument row.names in ?read.table. 2. It's never a good