Description Usage Arguments Details Value See Also Examples
pop_step picks the individuals that will pass to the next development stage. This is a random process for every individual, which does not exert any selection pressure.
1 2 3 4 5 6 7 8 |
start |
column names of parental cohorts. |
start_comb |
all named columns in |
result |
name of the results column. |
stepname |
name of the new column of dfgenotype added by this function. |
surv_prob |
probability to survive this step and reach the next growth stage. |
max_vec_length |
used internally, a technical term, defining the maximum length of vectors to be used. |
Individuals that reach the next growth stage are picked by using rbinom. In contrast to sel_herb, pop_step does not exert any evolutionary selection pressure.
When more than one column is selected with start, they are summed and the result is passed to the picking process. By setting start_comb the sum is added as a column to dfgenotype.
A new column is added to dfgenotype containing the surviving individuals of the different genotypes.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.