aes                 package:ggplot2                 R Documentation

_G_e_n_e_r_a_t_e _a_e_s_t_h_e_t_i_c _m_a_p_p_i_n_g_s

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

     Aesthetic mappings describe how variables in the data are mapped
     to visual properties (aesthetics) of geoms.

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

     aes(...)

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

     ...: List of name value pairs

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

     This function also performs partial name matching, converts color
     to colour, and old style R names to new ggplot names (eg. pch to
     shape, cex to size)

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

     Hadley Wickham <h.wickham@gmail.com>

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

