# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "treenomial" in publications use:' type: software license: GPL-2.0-or-later title: 'treenomial: Comparison of Trees using a Tree Defining Polynomial' version: 1.1.4 doi: 10.32614/CRAN.package.treenomial abstract: Provides functionality for creation and comparison of polynomials that uniquely describe trees as introduced in Liu (2019, ). The core method converts rooted unlabeled phylo objects from 'ape' to the tree defining polynomials described with coefficient matrices. Additionally, a conversion for rooted binary trees with binary trait labels is also provided. Once the polynomials of trees are calculated there are functions to calculate distances, distance matrices and plot different distance trees from a target tree. Manipulation and conversion to the tree defining polynomials is implemented in C++ with 'Rcpp' and 'RcppArmadillo'. Furthermore, parallel programming with 'RcppThread' is used to improve performance converting to polynomials and calculating distances. authors: - family-names: Gould given-names: Matthew email: mgould@sfu.ca repository: https://CRAN.R-project.org/package=treenomial repository-code: https://github.com/gouldmatt/treenomial url: https://github.com/gouldmatt/treenomial date-released: '2022-06-06' contact: - family-names: Gould given-names: Matthew email: mgould@sfu.ca