species_type_to_str: Convert an 'species_type' to a string, where the...

View source: R/plot_utils.R

species_type_to_strR Documentation

Convert an species_type to a string, where the species_type denotes the origin of a species.

Description

Convert an species_type to a string, where the species_type denotes the origin of a species.

Usage

species_type_to_str(species_type)

Arguments

species_type

a string. Can be "A", "C" or "I" depending on whether the extant clade is of anagenetic, cladogenetic or immigrant origin, respectively.

Value

the species type as a string

Author(s)

Richèl J.C. Bilderbeek

Examples

species_type_to_str("A") # Anagenetic
species_type_to_str("C") # Cladogentic
species_type_to_str("I") # Immigrant

joshwlambert/DAISIEmainland documentation built on July 14, 2024, 5:40 p.m.