Description Usage Arguments Details Value Examples
View source: R/fill_multiplex.R
Replaces missing values that are typically from Expedata multiplexer output with the actual sample channel data.
1 | fill_multiplex(dat, col, value, base)
|
dat |
dataframe containing respirometry data |
col |
column containing the information on multiplexer chambers |
value |
The values in the original dataframe that are uninformative e.g. (-999 or NA) that will be replaced with the actual sampled chamber value for each row. This accepts single or multiple values (see examples below). |
baseline |
the value for the baseline channel |
This is a generic function:
The original dataframe with formatted and corrected multiplexer channel IDs
1 2 | fill_multiplex(test_resp, Oxygen, -1, 66)
fill_multiple(test_resp, Oxygen, c(-1,-999), 66)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.