You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Work out whether this needs completing or whether it's redundant to Islands.Rd
---title: "Finding islands of phylogenetic trees"author: "[Martin R. Smith](https://smithlabdurham.github.io/)"output:
rmarkdown::html_vignette:
fig_width: 6fig_height: 4bibliography: ../inst/REFERENCES.bibcsl: https://raw.githubusercontent.com/citation-style-language/styles/master/apa-old-doi-prefix.cslvignette: > %\VignetteIndexEntry{Finding islands of phylogenetic trees} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8}---
Collections of phylogenetic trees, such as those output by Bayesian or parsimony
analysis, may occupy discrete regions of tree space such that individual
clusters of trees are separated from all other trees by a certain distance.
Finding such islands, and taking their consensus, can be an effective way
of summarising conflicting signal in a phylogenetic dataset [@Silva2021].
```{r col-trees-by-score}
# Load required librarieslibrary("TreeTools", quietly = TRUE)library("TreeDist")# Generate a set of treestrees <- as.phylo(as.TreeNumber(BalancedTree(16)) + 0:100 - 15, 16)
The text was updated successfully, but these errors were encountered:
I had half a vignette in tree-islands.Rmd.
Work out whether this needs completing or whether it's redundant to
Islands.Rd
The text was updated successfully, but these errors were encountered: