Description Usage Arguments Value Examples
View source: R/assortative_mating_functions.R
Plot a phenotype
1 2 | ## S3 method for class 'phenotype'
plot(phen)
|
phen |
the phenotype |
NULL, run for side effects
1 2 | allele_freq <- runif(2000, 0.01, 0.2)
plot(generate_phenotype(eff=generate_effects(1:1000, allele_freq, 1), sample_initial_genotypes(3000, allele_freq)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.