tree_key Class Reference

class tree_key(index=0, age=0)

Key for a phylogenetic tree, with index and age.

__init__(index=0, age=0)

Initialize new tree_key.

Parameters:
  • index: index of the key
  • age: age of the key
__str__() <==> str(x)
__repr__() <==> repr(x)
index

Index of the key

age

Age [in generations]

Previous topic

stat Class Reference

Next topic

tree_step Class Reference

This Page