R/act_color_opt.R

Defines functions act_color_opt

Documented in act_color_opt

#' @title act_color_opt
#'
#' @return names of available pre-fab colors
#'
#'
#' @examples
#' act_show_colors("aladdin_sane")
#'
#'
#'
#' @export

act_color_opt <- function(){
  names(mal_pal)
}
deansayre/Rtesunate documentation built on July 25, 2024, 7:22 p.m.