R/get_ggdaisy_states.R

Defines functions get_ggdaisy_states

Documented in get_ggdaisy_states

#' Get the states a phylogeny edge can be in.
#' These states are \code{\link{get_daisy_input_statuses}}
#' with an \code{invisible} state added
#' @author Richel J.C. Bilderbeek
#' @export
get_ggdaisy_states <- function() {
  c(get_daisy_input_statuses(), "invisible")
}
richelbilderbeek/ggdaisie documentation built on May 4, 2019, 8:42 a.m.