R/taf.colors.R

#' @docType data
#'
#' @name taf.colors
#'
#' @aliases taf.green taf.orange taf.blue taf.dark taf.light
#'
#' @title TAF Colors
#'
#' @description Predefined colors that can be useful in TAF plots.
#'
#' @usage
#' taf.green
#' taf.orange
#' taf.blue
#' taf.dark
#' taf.light
#'
#' @seealso
#' \code{\link{TAF-package}} gives an overview of the package.
#'
#' @examples
#' taf.green
#'
#' opar <- par(mfrow=c(3,1))
#' barplot(5:1, main="Five",
#'         col=c(taf.green, taf.orange, taf.blue, taf.dark, taf.light))
#'
#' barplot(6:1, main="Six", col=c(taf.green, taf.orange, taf.blue,
#'                                taf.dark, taf.light, "white"))
#'
#' barplot(7:1, main="Seven", col=c("black", taf.dark, taf.light,
#'                                  taf.green, taf.orange, taf.blue, "white"))
#' par(opar)

NA

Try the TAF package in your browser

Any scripts or data that you put into this service are public.

TAF documentation built on March 31, 2023, 6:51 p.m.