R/color.R

#' @title color palates for ggplot2
#' @description color palates for ggplot2
#'
#'
#' @examples
#'
#' @rdname color_scale
#' @export

color_scale <- awtools::a_scale_color

#' @title color palates for ggplot2
#' @description color palates for ggplot2
#'
#'
#' @examples
#'
#' @rdname color_primary
#' @export

color_primary <- awtools::a_primary_color


#' @title color palates for ggplot2
#' @description color palates for ggplot2
#'
#'
#' @examples
#'
#' @rdname color_flat
#' @export
#'
color_flat <- awtools::a_flat_color


#' @title color palates for ggplot2
#' @description color palates for ggplot2
#'
#'
#' @examples
#'
#' @rdname color_tableau
#' @export
#'
color_tableau <- ggthemes::scale_fill_tableau
jixing475/manuscriptsJX documentation built on April 20, 2020, 9:55 a.m.