Description Usage Arguments Value
View source: R/fct_balanced_distribution.R
This function makes it possible to distribute the samples equitably on several plates, taking into account the numbers in the groups (if there are any). This means that, for example, if 2 plates are to be filled, then 50 generally, all the plates are assigned the same number of elements. When the numbers do not allow it (in particular when the total number of elements to be allocated is not a multiple of the number of plates), there will be a slight difference in the number of samples on the plates.
1 | balancedGrpDistrib(d, nb_p, df_max_size)
|
d |
the user dataframe |
nb_p |
the number of plates to fill |
df_max_size |
the maximum number of samples that can be placed on the current plate |
a list of dataframes each corresponding to a plate to fill.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.