map_colour_hcl            package:ggplot            R Documentation

_A_e_s_t_h_e_t_i_c _m_a_p_p_i_n_g: _h_c_l _c_o_m_p_o_n_e_n_t_s _o_f _c_o_l_o_u_r

_D_e_s_c_r_i_p_t_i_o_n:

     Map variables to hue, chroma or luminance.

_U_s_a_g_e:

     map_colour_hcl(h=0, c=80, l=50, a=1, h.to=c(0,360), c.to=c(0,200), l.to=c(0,100), a.to=c(0,1), h.from = range(h, na.rm=TRUE), c.from = range(c, na.rm=TRUE), l.from = range(l, na.rm=TRUE), a.from = range(a, na.rm=TRUE))

_A_r_g_u_m_e_n_t_s:

       h: hue

       c: chroma

       l: luminance

       a: alpha

    h.to: hue to

    c.to: chroma to

    l.to: luminance to

    a.to: alpha to

  h.from: 

  c.from: 

  l.from: 

  a.from: 

_D_e_t_a_i_l_s:

     Using hue is the best.

_A_u_t_h_o_r(_s):

     Hadley Wickham <h.wickham@gmail.com>

_E_x_a_m_p_l_e_s:

