rescale               package:ggplot2               R Documentation

_R_e_s_c_a_l_e _n_u_m_e_r_i_c _v_e_c_t_o_r

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

     Rescale numeric vector to have specified minimum and maximum.

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

     rescale(x, to=c(0,1), from=range(x, na.rm=TRUE))

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

       x: 

      to: 

    from: 

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

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

     Hadley Wickham <h.wickham@gmail.com>

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

