Skip to content
Prev 156152 / 398502 Next

question in value-based color in image()

On Tue, 16 Sep 2008, M. wrote:

            
RGB is not the most convenient color space for doing such computations, 
HCL is color model that is quite useful and the package "vcd" provides 
some functions like diverge_hcl() for computing palettes based on HCL 
colors. See
   vignette("hcl-colors", package = "vcd")
   ?diverge_hcl

hth,
Z