powered by
Function calculate a phylogenetic tree
get.phylogenetic.tree( population, path = NULL, database = NULL, gen = NULL, cohorts = NULL, method = NULL, individual.names = NULL, circular = FALSE )
Population list
provide a path if the dendrogram would be saved as a png-file
Groups of individuals to consider
Quick-insert for database (vector of all generations to consider)
Quick-insert for database (vector of names of cohorts to consider)
Method used to calculate genetic distances (default: "Nei", alt: "Rogers", "Prevosti", "Modified Rogers"
Names of the individuals in the database ((default are MoBPS internal names based on position))
Set to TRUE to generate a fan/circular layout tree
Dendrogram plot for traits
# NOT RUN { data(ex_pop) get.phylogenetic.tree(ex_pop, gen=1, circular=TRUE) # }
Run the code above in your browser using DataLab