getExpReps | R Documentation |
This function gets the number of cells to apply experimental rates to. Takes the length of available cells for experimentation and the proportion of the experiment dedicated to each experimental rate.
getExpReps(exp_cells_length, exp_rates_prop)
exp_cells_length |
The length of available cells for applying experimental rates to. |
exp_rates_prop |
Provide proportions (0 - 1) for the length of experimental rates provided in 'exp_rate_length'. This is required for all new experiments and experimental prescriptions. |
The number of cells to apply each rate to.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.