rbind.list: rbind the elements in a list together.

Description Usage Arguments Details Value Author(s)

Description

You can either supply many variables that are row-bindable, (ie are the right dimension), or one list argument containing matrices that can be row-binded

Usage

1
rbind.list(..., sep = ".")

Arguments

sep

currently unused

...

either a single list of tables, or multiple tables to rbind, where table means matrix or data.frame

Details

rownames will be set to <list element name>.<original row name>

Often when rbind-ing tables of data together, you want to tag all rows from each table with the sample to which they belong. You can specify name2colname, which will add a new column and track the origin of those rows.

Value

a large table with all elements in the list rbind-ed

Author(s)

Mark Cowley, 5 April 2006


drmjc/mjcbase documentation built on May 15, 2019, 2:27 p.m.