unique_island_genera {DAISIEprep} | R Documentation |
Determines the unique endemic genera that are included in the island clades contained within the island_tbl object and stores them as a list with each genus only occuring once in the first island clade it appears in
Description
Determines the unique endemic genera that are included in the island clades contained within the island_tbl object and stores them as a list with each genus only occuring once in the first island clade it appears in
Usage
unique_island_genera(island_tbl)
Arguments
island_tbl |
An instance of the |
Value
list of character vectors
Examples
phylod <- create_test_phylod(test_scenario = 6)
island_tbl <- suppressWarnings(extract_island_species(
phylod = phylod,
extraction_method = "asr",
))
phylod <- create_test_phylod(test_scenario = 7)
island_tbl <- suppressWarnings(extract_island_species(
phylod = phylod,
extraction_method = "asr",
island_tbl = island_tbl
))
unique_genera <- unique_island_genera(island_tbl = island_tbl)
[Package DAISIEprep version 0.4.0 Index]