R/color_vctr_utils.R

Defines functions is_color_vctr

Documented in is_color_vctr

#' Is the object a color_vctr?
#'
#' Detect if object is a colortable vector
#'
#' @param x object to be checked if is a color_vctr
#' @export
#'
is_color_vctr <- function(x){
  inherits(x,"color_vctr")
}
thebioengineer/colortable documentation built on Sept. 2, 2020, 10:35 a.m.