col2hcl {ggplot2}R Documentation

Modify standard R colour in hcl colour space

Description

Transforms rgb to hcl, sets non-missing arguments and then backtransforms to rgb

Usage

col2hcl(colour, h, c, l, alpha = 1)

Arguments

colour
h
c
l
alpha

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.2 Index]