scale_map               package:ggplot               R Documentation

@_a_r_g_u_m_e_n_t_s _s_c_a_l_e _o_b_j_e_c_t

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

     @arguments 'data.frame' to be mapped

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

     scale_map(scale, data, domain, range=scale$range)

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

   scale: scale object

    data: 'data.frame' to be mapped

  domain: named list of domains (one for each) input variable, each
          domain being a list of length two, the first element
          containing the range of the numeric component, the second the
          text labels of the categorical component

   range: 

_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:

