Make a family
1 2 3  | make.family(genome, parent1.genome, parent2.genome, N, generations,
  pop.type = "random", cycle.number, family.number, mutate = TRUE,
  mutation.rate.snp, mutation.rate.qtl)
 | 
genome | 
 The list of hypred genomes.  | 
parent1.genome | 
 A 2 x m matrix of the parent 1 haploid genomes.  | 
parent2.genome | 
 See   | 
N | 
 The number of F_1 individuals to generate.  | 
generations | 
 The number of selfing generations of single-seed descent. 
For instance   | 
pop.type | 
 The type of population to generate. Can be   | 
cycle.number | 
 The integer number of the breeding cycle.  | 
family.number | 
 The integer number of the family.  | 
mutate | 
 A logical as to generate random mutations when recombining.  | 
mutation.rate.snp | 
 The per-base mutation rate of the SNPs.  | 
mutation.rate.qtl | 
 The per-base mutation rate of the QTL.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.