ff_append_cols | R Documentation |
Append data columns to a flowFrame
ff_append_cols(fr, cols)
fr |
A |
cols |
A numeric matrix containing the new data columns to be added. Must has column names to be used as new channel names. |
It is used to add extra data columns to the existing flowFrame. It handles
keywords and parameters properly to ensure the new flowFrame can be written
as a valid FCS through the function write.FCS
.
A flowFrame
Mike Jiang
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.