rbind.electrophoresis: Combine multiple electrophoresis objects

View source: R/electrophoresis.R

rbind.electrophoresisR Documentation

Combine multiple electrophoresis objects

Description

This function combines multiple electrophoresis objects into one so you can analyze and graph multiple batches together.

Usage

## S3 method for class 'electrophoresis'
rbind(...)

Arguments

...

Two or more objects of class electrophoresis.

Details

All data frames are combined by rbind and lists are combined by c. Factor levels are expanded to the union of all inputs.

Value

A new electrophoresis object containing all the data from the previous ones in the provided order.


jwfoley/bioanalyzeR documentation built on Aug. 1, 2023, 4:46 a.m.