R/bokeh_colorblind.r

#' Color palette data for Bokeh Colorblind
#'
#' This data contains the hex codes from the Bokeh Colorblind palette:
#' https://bokeh.pydata.org/en/latest/docs/reference/palettes.html
#'
#' @source https://bokeh.pydata.org/en/latest/docs/reference/palettes.html
#' @format A dataframe with 8 rows and 2 columns:
#' \describe{
#'    \item{name}{name of the color}
#'    \item{value}{hex code for the color}
#'    }
#' @examples
#'   bokeh_colorblind
"bokeh_colorblind"
lebebr01/statthink documentation built on Feb. 13, 2024, 12:59 p.m.