View source: R/rm_duplicate_island_species.R
rm_duplicate_island_species | R Documentation |
island_tbl
after "asr"
extractionRemoves any duplicates species from the island_tbl
by choosing to either
have duplicated species be in smaller, more recently colonised clade(s) and
removing them from the larger, older clade(s)
(nested_asr_species = "split"
), or removing the smaller, more recently
colonised clade(s) in favour of leaving them in the larger, older clade(s)
(nested_asr_species = "group"
).
rm_duplicate_island_species(
island_tbl,
phylod,
nested_asr_species,
include_not_present
)
island_tbl |
An instance of the |
phylod |
A |
nested_asr_species |
A |
include_not_present |
A boolean determining whether species not present on the island should be included in island colonist when embedded within an island clade. Default is FALSE. |
An object of Island_tbl
class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.