excludeTaxa | R Documentation |
Excludes the list of taxa from the reconstructions.
excludeTaxa(x, taxa, climate)
x |
A |
taxa |
A vector of taxa to exclude. |
climate |
A vector of climate variables to unlink the taxa with. |
Return the updated crestObj
.
data(reconstr)
print(reconstr$inputs$selectedTaxa)
reconstr <- excludeTaxa(reconstr, 'Taxon3', 'bio1')
## 'Taxon3' is now excluded from the reconstruction of 'bio1'.
print(reconstr$inputs$selectedTaxa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.