Learn R Programming

MoBPS (version 1.13.1)

plot.population: Plot Population

Description

Basic plot of the population list

Usage

# S3 method for population
plot(x, type = "bve", gen = NULL, database = NULL, cohorts = NULL, ...)

Value

Summary of the population list including number of individuals, genome length and trait overview

Arguments

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

Examples

Run this code
data(ex_pop)
plot(ex_pop)

Run the code above in your browser using DataLab