[R] matching tables

Eric Pante ericpante at hotmail.com
Tue Feb 7 22:22:09 CET 2006


Dear Listers,

I am trying to match tables that DO NOT have the same length. The 
tables result from the function "table()" so they look like this:

table 1
2 3 4
3 5 7

table 2
1 2 3
6 4 5

I need the following output: (NOTICE THE ZEROS)
             1 2 3 4
table1 0 3 5 7
table2 6 4 5 0

Unfortunately, I was not successful using "match()". Previous postings 
explain how to do similar matching, but for tables for same length, 
specifically. Any thoughts ?

Thanks !
eric

Eric Pante
----------------------------------------------------------------
College of Charleston, Grice Marine Laboratory
205 Fort Johnson Road, Charleston SC 29412
Phone: 843-953-9190 (lab)  -9200 (main office)
----------------------------------------------------------------

	"On ne force pas la curiosite, on l'eveille ..."
	Daniel Pennac




More information about the R-help mailing list