R/swatches-package.R

#' Read, Inspect, and Manipulate Color Swatch Files
#'
#' @name swatches
#' @docType package
#' @import pack stringr
#' @importFrom xml2 read_xml xml_find_all xml_attr
#' @importFrom tools file_ext
#' @importFrom httr write_disk stop_for_status GET
#' @importFrom colorspace hex2RGB coords RGB
#' @importFrom grDevices col2rgb hsv rgb
#' @importFrom graphics image
#' @importFrom methods as
#' @importFrom stats as.dist cutree hclust
NULL

Try the swatches package in your browser

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

swatches documentation built on May 1, 2019, 8:05 p.m.