Hello,
I have two data frames, and I want to combine them together, that means I
want to put one after the bottom of the other.
For example, I have a data frame x, y

x:

column name: A  B C
                            1  1  3
                            3  5  6
y:

column name:A  F  G
                          3   9   1
                           8  7   0

I want to get a new data frame like this:

                           A   B  C
                          1    1   3
                          3    5    6
                          3    9    1
                          8    7    0

what function should I use?
thanks a lot:)

Viking

-- 
When reporting problems on aroma.affymetrix, make sure 1) to run the latest 
version of the package, 2) to report the output of sessionInfo() and 
traceback(), and 3) to post a complete code example.


You received this message because you are subscribed to the Google Groups 
"aroma.affymetrix" group with website http://www.aroma-project.org/.
To post to this group, send email to aroma-affymetrix@googlegroups.com
To unsubscribe and other options, go to http://www.aroma-project.org/forum/

Reply via email to