adjusted_FQI | R Documentation |
adjusted_FQI
calculates the Adjusted Floristic Quality Index. Adjusted FQI
is found by multiplying 100 by the Native Mean C divided by 10 and then multiplied
by the square root of Native Species Richness over Total Species Richness.
adjusted_FQI(x, key = "name", db)
x |
A data frame containing a list of plant species. This data frame
must have one of the following columns: |
key |
A character string representing the column that will be used to join
the input data frame |
db |
A character string representing the regional FQA database to use. See
|
A non-negative integer
plant_list <- crooked_island
adjusted_FQI(x = plant_list, key = "acronym", db = "michigan_2014")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.