scale_apply_combine_map        package:ggplot        R Documentation

_S_c_a_l_e _a_p_p_l_y _c_o_m_b_i_n_e _m_a_p

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

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

     scale_apply_combine_map(scale, rdmatrix)

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

   scale: 

rdmatrix: 

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

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

     Hadley Wickham <h.wickham@gmail.com>

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

     scale_new(c(size="3 * height"), "size", range=c(0, 5), class="size")
     scale_new(c(x="weight", y="height"), c("x", "y"), class=c("equal", "position"))
     scale_new(c(group="age"), c("colour", "glyph"), class="group")
     scale_new(c(h="age"), c("colour"), class="hsv", range=list(l=c(4,4), h=c(30,40)))
     scale_new(c())

