Description Usage Arguments Value
View source: R/read_clean_output.R
Removes the first value of each simulations if it is the wild type. These values are considered as wild type if they are all identical.
1 | remove_wt_fitness(sumstat, two_env = F)
|
sumstat |
A matrix of real numbers. Matrix of summary statistics with each row containing the raw fitness of a simulation. |
two_env |
Logical. TRUE if teh sumstat correspond to two environments and FALSE if it correspond to one. Default = FALSE. |
The same matrix as sumstat
minus the first column (and the middle column if two envs) if
all the values are identical.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.