- data
(data.frame) the data.frame imported with the
load_florabr
function.
- include_subspecies
(logical) include subspecies?
Default = FALSE
- include_variety
(logical) include varieties of the species?
Default = FALSE
- kingdom
(character) The kingdom for filtering the dataset. It can be
"Plantae" or "Fungi". Default = "Plantae". To include both,
use c("Plantae", "Fungi")
- group
(character) The groups for filtering the datasets. It can be
"Fungi", "Angiosperms", "Gymnosperms", "Ferns and Lycophytes",
"Bryophytes" and "Algae". To use more than one group, put the available
items in a vector, for example: group = c(Angiosperms", "Gymnosperms").
Default = "All".
- subgroup
(character) The subgroups for filtering the dataset.
Only available if the group is "Fungi" or "Bryophytes". For Fungi, it can be
"stricto sensu" or "lato sensu". For Bryophytes, it can be "Mosses",
"Hornworts" and "Liverworts" . To use more than one group, put the available
items in a vector, for example: subgroup = c("Mosses", "Hornworts").
Default = "All".
- phylum
(character) The phyla for filtering the dataset. It can
be included more than one phylum. Default = "All".
- class
(character) The classes for filtering the dataset. It can
be included more than one class. Default = "All".
- order
(character) The orders for filtering the dataset. It can
be included more than one order. Default = "All".
- family
(character) The families for filtering the dataset. It can
be included more than one family. Default = "All".
- genus
(character) The genus for filtering the dataset. It can
be included more than one genus. Default = "All".
- lifeForm
(character) The life forms for filtering the dataset. It can
be included more than one lifeForm. Default = "All"
- filter_lifeForm
(character) The type of filtering for life forms. It
can be "in", "only", "not_in" and "and". See details for more about this
argument.
- habitat
(character) The life habitat for filtering the dataset. It can
be included more than one habitat. Default = "All"
- filter_habitat
(character) The type of filtering for habitat. It
can be "in", "only", "not_in" and "and". See details for more about this
argument.
- biome
(character) The biomes for filtering the dataset. It can
be included more than one biome. Default = "All"
- filter_biome
(character) The type of filtering for biome. It
can be "in", "only", "not_in" and "and". See details for more about this
argument.
- state
(character) The states for filtering the dataset. It can
be included more than one state. Default = "All".
- filter_state
(character) The type of filtering for state. It
can be "in", "only", "not_in" and "and". See Details for more about this
argument.
- vegetation
(character) The vegetation types for filtering the
dataset. It can be included more than one vegetation type. Default = "All".
- filter_vegetation
(character) The type of filtering for
vegetation type. It can be "in", "only", "not_in" and "and". See details for
more about this argument.
- endemism
(character) The endemism (endemic or non-endemic to Brazil)
for filtering the dataset. It can be "All", "Endemic" or "Non-endemic".
Default = "All".
- origin
(character) The origin for filtering the dataset. It can
be "All", "Native", "Cultivated" and "Naturalized". Default = "All".
- taxonomicStatus
(character) The taxonomic status for filtering the
dataset. It can be "All", "Accepted" or "Synonym". Default = "Accepted".
- nomenclaturalStatus
(character) The nomenclatural status for
filtering the dataset. Default = "Accepted"