View source: R/plot.population.R
| plot.population | R Documentation |
Basic plot of the population list
## S3 method for class 'population'
plot(x, type = "bve", gen = NULL, database = NULL, cohorts = NULL, ...)
x |
Population-list |
type |
Default "bve" - bv.development, alt: "kinship" - kinship.development(), "pca" - get.pca() |
gen |
generations to consider |
database |
groups to consider |
cohorts |
cohorts to consider |
... |
remaining stuff |
Summary of the population list including number of individuals, genome length and trait overview
data(ex_pop)
plot(ex_pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.