checkWF | R Documentation |
checkWF
checkWF(data, ..., plot = T)
data |
A data frame output from any WellFlag (WF) function from easyXpress. |
... |
<['dynamic-dots'][rlang::dyn-dots]> Variable(s) used to group data. Variable names in data are supplied separated by commas and without quotes. |
plot |
Logical, if |
If plot = TRUE
a list with two elements is returned. The first element (d) is a data frame summarized by ...,
with the numbers of wells flagged and retained by each WF applied to the data. The second element (p)
is a ggplot2 object showing the wells retained after all filtering and faceted by ...
If plot = FALSE
only a data frame is returned.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.