includeTaxa | R Documentation |
Includes the list of taxa into the reconstructions.
includeTaxa(x, taxa, climate)
x |
A |
taxa |
A vector of taxa to include. |
climate |
A vector of climate variables to link the taxa with. |
Return the updated crestObj
.
data(reconstr)
print(reconstr$inputs$selectedTaxa)
reconstr <- includeTaxa(reconstr, reconstr$inputs$taxa.name, 'bio12')
## All the taxa are not selected for 'bio12', except for 'Taxon7' for which
## data are unavailable.
print(reconstr$inputs$selectedTaxa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.