get.dendrogram {MoBPS} | R Documentation |
Dendrogram
Description
Function calculate a dendogram
Usage
get.dendrogram(
population,
path = NULL,
database = NULL,
gen = NULL,
cohorts = NULL,
method = NULL,
individual.names = NULL
)
Arguments
population |
Population list |
path |
provide a path if the dendrogram would be saved as a png-file |
database |
Groups of individuals to consider |
gen |
Quick-insert for database (vector of all generations to consider) |
cohorts |
Quick-insert for database (vector of names of cohorts to consider) |
method |
Method used to calculate genetic distances (default: "Nei", alt: "Rogers", "Prevosti", "Modified Rogers" |
individual.names |
Names of the individuals in the database ((default are MoBPS internal names based on position)) |
Value
Dendrogram plot for genotypes
Examples
data(ex_pop)
get.dendrogram(ex_pop, gen=2)
[Package MoBPS version 1.6.64 Index]