"update<-.scales"           package:ggplot           R Documentation

_U_p_d_a_t_e _s_c_a_l_e_s.

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

     This function updates an entire set of scales with data.

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

     "update<-.scales"(x, value)

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

       x: scales object

   value: data

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

     Update needs to be able to deal with the multiple possible data
     formats it could recieve:

     * a single data frame (representing one panel from one grob
     function) * a matrix of data frames (all panels from a grob
     function)) * a list of matrix of data frames (all panels from all
     grob functions)

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

     Hadley Wickham <h.wickham@gmail.com>

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

