get_nbn_taxa_tree | R Documentation |
biomonitoR
reference dataset from the National Biodiversity Network (NBN)Function to create a reference biomonitoR
dataset using API from the National Biodiversity Network (NBN).
get_nbn_taxa_tree(x, ref_from_tree = FALSE)
x |
Vector contain your Taxa list. This is the base list to create your custom reference database. |
ref_from_tree |
Create a reference database in the |
Check carefully the results. In the NBN database, sometimes the subgenus information
is embedded in the species name (e.g Genus (Subgenus) species). This can cause problems to other biomonitoR
functions.
as_biomonitor get_gbif_taxa_tree get_iucn_taxa_tree get_worms_taxa_tree
## Not run:
data(macro_ex)
dfref_c <- get_gbif_taxa_tree(macro_ex[, "Taxa"])
data_asb <- as_biomonitor(macro_ex, dfref = dfref_nbn$taxonomy)
data_agg <- aggregate_taxa(data_asb)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.