#' Trait names
#'
#' Generates a vector of trait names ("Ecological", "Mating" and "Neutral")
#'
#' @return A vector of strings
#'
#' @examples
#'
#' trait_names()
#'
#' @export
# Function to generate a vector of trait names
trait_names <- function() c("Ecological", "Mating", "Neutral")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.