Description Usage Arguments Details Value Author(s) Examples
The function transforms the data contained in concentration vectors of feed and strip phases to a data frame that contains the complete data of a transport process. This new data frame can be used by several functions inside the package. The output data frame may contain normalized fractions remaining in the feed and already transported to the strip phase, or the original data provided in concentration units.
1 |
feed |
Numeric vector with concentrations in the feed phase. |
strip |
Numeric vector with concentrations in the strip phase. |
time |
Numeric vector with time at which the aliquots were sampled. It is an optional parameter. If not provided, regular unitary time intervals are assumed. |
correct.strip |
Logical. If |
normalize |
Logical. If |
The change in concentration of species in the feed and strip phases as a function of time are the main magnitudes being measured in processes involving transport across membranes. The best form to deal with such data is inside a dataframe containing the information about the concentration of given species in both phases and the time transcurred.
Usually, this function is required after using signal2conc
wich convert instrumental signals to concentrations.
Data frame with the transport proccess information
Cristhian Paredes, craparedesca@unal.edu.co
Eduardo Rodriguez de San Miguel, erdsmg@unam.mx
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.