legends               package:ggplot2               R Documentation

_L_e_g_e_n_d_s

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

     Create and arrange legends for all scales.

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

     legends(scales, horizontal = FALSE)

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

  scales: scales object

horizontal: direction of scales, vertical by default

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

     This function gathers together all of the legends produced by the
     scales that make up the plot and organises them into a
     \'\frameGrob'.

     If there are no legends to create, this function will return
     \'NULL'

_V_a_l_u_e:

     frameGrob, or NULL if no legends

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

     Hadley Wickham <h.wickham@gmail.com>

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

