BIEN_phylogeny_complete | R Documentation |
BIEN_phylogeny_complete downloads a specified number of the BIEN phylogeny replicates.
BIEN_phylogeny_complete(n_phylogenies = 1, seed = NULL, replicates = NULL, ...)
n_phylogenies |
The number of phylogenies to download. Should be an integer between 1 and 100. Default is 1. |
seed |
Argument passed to set.seed. Useful for replicating work with random phylogeny sets. |
replicates |
The specific replicated phylogenies to return. Should be a numeric vector of integers between 1 and 100. |
... |
Additional arguments passed to internal functions. |
A phylo or multiphylo object containing the specified phylogenies
Information on the construction of the BIEN phylogenies is available online at https://bien.nceas.ucsb.edu/bien/biendata/bien-2/phylogeny/
Other phylogeny functions:
BIEN_phylogeny_conservative()
,
BIEN_phylogeny_label_nodes()
## Not run:
phylos<-BIEN_phylogeny_complete(n_phylogenies = 10,seed = 1)
phylos<-BIEN_phylogeny_complete(replicates = c(1,2,99,100))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.