Hi Viking,

Note that your question has nothing to do with aroma.* packages, so it
should not be posted on this list.

In this particular case, I think the function to use is Google search :)

http://www.google.com/search?q=combine+data+frame

Pierre


On Thu, Jul 15, 2010 at 10:52 AM, Liang Cheng <vikingch...@gmail.com> wrote:
> 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/
>

-- 
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