View source: R/electrophoresis.R
| rbind.electrophoresis | R Documentation |
This function combines multiple electrophoresis objects into one so you can analyze and graph multiple batches together.
## S3 method for class 'electrophoresis'
rbind(...)
... |
Two or more objects of class |
All data frames are combined by rbind and lists are combined by c. Factor levels are expanded to the union of all inputs.
A new electrophoresis object containing all the data from the previous ones in the provided order.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.