unassigned_plants | R Documentation |
Some regional FQA lists contain species which have not been assigned a C Value.
unassigned_plants
returns a data frame of plants in x
that can be matched
to a regional FQA database but have no C Value. These observations can optionally
be discarded in other fqacalc
functions.
unassigned_plants(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 data frame
no_c_test <- data.frame(name = c("ABRONIA FRAGRANS", "ACER GLABRUM",
"ACER GRANDIDENTATUM", "ACER PLATANOIDES"))
unassigned_plants(no_c_test, key = "name", db = "montana_2017")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.