tn_pan {taxnames} | R Documentation |
Displaying names of parent taxa.
Suffixes in the function names are explained as follows:
pfn: Parent's full name without author name.
pfna: Parent's full name with author name.
pfnas: Parent's full name with author name and taxon view (secundum).
pan: Parent's abbreviated name without author name.
pana: Parent's abbreviated name with author name.
tn_pfn(x, level, ...)
tn_pfna(x, level, ...)
tn_pfnas(x, level, ...)
tn_pan(x, level, ...)
tn_pana(x, level, ...)
x |
A vector containing selected identifiers for taxon concepts
(TaxonConceptID) included in the internal taxonomic object
(see |
level |
A character value indicating the taxon rank set for parent
taxa. I is passed to |
... |
Further arguments passed to |
All these functions return a character value.
## Compare all these outputs
tn_pfn(13, "family")
tn_pfna(13, "family")
tn_pfnas(13, "family")
tn_pan(13, "family")
tn_pana(13, "family")