interactiveKeyLabels {monographaR}R Documentation

Text labels for interactiveKey

Description

It generates a data.frame with txt labels required to use the function interactiveKey

Usage

interactiveKeyLabels(taxon = "species", language = "english")

Arguments

taxon

character, "species", "genus" or "family"

language

character, "english" or "portuguese"

Details

It generates a data.frame with txt labels required to use the function interactiveKey. You can choose what rank will be identified in the key (species, genus or family), and the language (english and portuguese so far). You can further modify the fields prior using it with the interactiveKey function.

Value

data.frame

Author(s)

Marcelo Reginato

See Also

interactiveKey

Examples


### standard labels species in english

interactiveKeyLabels(taxon = "species", language = "english") -> labs.spp.eng
labs.spp.eng

### standard labels families in portuguese

interactiveKeyLabels(taxon = "family", language = "portuguese") -> labs.fam.por
labs.fam.por


[Package monographaR version 1.3.1 Index]