rbind.mlds.df: Concatenate Objects of Class 'mlds.df' by Row
Description
Concatenate the data.frame of mlds.df objects by row
and concatenate the invord attributes, also.
Usage
## S3 method for class 'mlds.df':
rbind(...)
Rbind(...)
Arguments
...
Objects of class mlds.df.
Value
An object of class mlds.df that is composed of data from several experiments.
Details
Uses rbind.data.frame to concatenate the data.frame component of several mlds.df objects and then concatenates there invord attributes, as well.
Rbind will work, too, but is depracated.