R/colorpalette.R

#' Color palettes
#'
#' A list containing ready defined color palettes with distinct colors using
#' iWantHue. By default, \code{seqHMM} uses these palettes when assigning colors.
#'
#' @format A list with 200 color palettes.
#'
#' @source iWantHue web page \url{https://medialab.github.io/iwanthue/}
#'
#' @seealso \code{\link{plot_colors}} for visualization of color palettes.
#' Implementations of iWantHue for R:
#'   \itemize{
#'     \item \url{https://github.com/hoesler/rwantshue}
#'     \item \url{https://github.com/johnbaums/hues}
#'   }
#' @docType data
#' @keywords datasets
#' @name colorpalette
#' @examples
#' data("colorpalette")
#' # Color palette with 9 colors
#' colorpalette[[9]]
#' # Color palette with 24 colors
#' colorpalette[[24]]
#'
NULL
helske/seqHMM documentation built on July 6, 2023, 6:45 a.m.