Re: [R] help on carrying forward several vectors of rownames

2013-07-26 Thread John Kane
John Kane Kingston ON Canada > -Original Message- > From: theobrom...@gmail.com > Sent: Thu, 25 Jul 2013 22:00:32 -0700 > To: r-help@r-project.org > Subject: [R] help on carrying forward several vectors of rownames > > Dear reader, > I'm trying to use multiple vect

[R] help on carrying forward several vectors of rownames

2013-07-26 Thread franklin johnson
Dear reader, I'm trying to use multiple vectors as rownames for the read.table function. I tried to insert these vectors as a list, e.g. row.names=c(1,4), from the excel file. I tried other ways, as if the argument only took continuous tab separated columns, e.g. row.names=c(1:4). But, this also di