R/color.R

Defines functions color

Documented in color

##' Generic function \code{color}
##'
##' This generic function supports extraction of colors from colored
##' objects
##' @param x A colored object
##' @param \dots Additional arguments
##' @return A vector of colors
##' @rdname color
##' @export color
color <- function(x, ...) UseMethod("color")

Try the VizOR package in your browser

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

VizOR documentation built on May 30, 2017, 5:29 a.m.