position_apply            package:ggplot            R Documentation

_P_o_s_i_t_i_o_n _a_p_p_l_y

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

     Apply a function to x and y position scales.

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

     position_apply(scales, f, ...)

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

  scales: scales

       f: function to apply

     ...: other arguments to pass to f

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

     This is a convience method because position scales can be made up
     of two separate scales, or one scale that provides both x and y
     position mappings.

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

     Hadley Wickham <h.wickham@gmail.com>

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

