Hi: If you mean how to tack on table 2 to the bottom of table 1, then
rbind(table1, table2) should do it. If you mean something else, perhaps you should clarify what you mean by 'table1 * table2'. HTH, Dennis On Sat, Jan 22, 2011 at 10:00 PM, shai uliel <ulie...@gmail.com> wrote: > Hi > > > ihave one table that look like > > SNP1 SNP2 SNP3 SNP4 SNP5 > SIRE1 1 -1 -1 1 -1 > SIRE2 1 -1 1 1 1 > SIRE3 -1 -1 1 1 0 > SIRE4 -1 1 1 0 1 > SIRE5 -1 1 -1 -1 1 > SIRE6 0 0 0 1 -1 > SIRE7 -1 0 -1 1 1 > SIRE8 1 -1 NA 0 NA > SIRE9 -1 1 1 -1 -1 > SIRE10 1 1 1 1 1 > > > > table 2 only one line > > > > SNP1 SNP2 SNP3 SNP4 SNP5 > SIRE100 -1 -1 1 1 -1 > > > > > > I need to male table 3 =(table 1*table2) > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.