nWF | R Documentation |
This function will flag wells that have too many or too few objects.
nWF(data, ..., max = 30, min = 5, plot = T)
data |
A data frame output from the |
... |
<['dynamic-dots'][rlang::dyn-dots]> Variable(s) used to group data for ploting. Variable names in data are supplied separated by commas and without quotes. |
max |
A numeric value used to flag wells with too many objects. The default is |
min |
A numeric value used to flag wells with too few objects. The default is |
plot |
Logical, if |
Either a single data frame identical to the input data with the n_WellFlag
variable added.
The n_WellFlag
variable is coded as "n<min"
or n>max
for wells with object counts (n) outside the range set by max
and min
.
Or, if plot = T
, a list with two elements, the first element is the data frame, the other is the diagnostic plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.