scmanual               package:ggplot               R Documentation

_S_c_a_l_e: _m_a_n_u_a_l

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

     Create a manual scale

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

     scmanual(plot = .PLOT, variable="x", breaks=NULL, labels=as.character(breaks), grob=function(x) grob_point(x, unique=FALSE))

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

    plot: plot object to add scale to

variable: variable to scale

  breaks: numeric vector of break points

  labels: character vector of break labels

    grob: grob function to use when drawing legend

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

     This scale function allows you complete control over the scale.

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

     Hadley Wickham <h.wickham@gmail.com>

_S_e_e _A_l_s_o:

     'ggfluctuation' for a use

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

