get.phylogenetic.tree: Phylogenetic Tree

Description Usage Arguments Value Examples

View source: R/get.phylogenetic.tree.R

Description

Function calculate a phylogenetic tree

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
get.phylogenetic.tree(
  population,
  path = NULL,
  database = NULL,
  gen = NULL,
  cohorts = NULL,
  method = NULL,
  individual.names = NULL,
  circular = FALSE
)

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))

circular

Set to TRUE to generate a fan/circular layout tree

Value

Dendrogram plot for traits

Examples

1
2

MoBPS documentation built on Nov. 9, 2021, 5:08 p.m.