HOZscale                package:RTOMO                R Documentation

_a_d_d _h_o_r_i_z_o_n_t_a_l _c_o_l_o_r _s_c_a_l_e

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

     Add horizontal color scale to existing plot.

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

     HOZscale(z, col, units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)

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

       z: image matrix

     col: color palette

   units: character string, units

    SIDE: Side of the plot

      s1: percent of margin for bottom

      s2: percent of margin for top

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

     Graphical Side effect

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

     Jonathan M. Lees<jonathan.lees.edu>

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

     data(volcano)
     image(volcano, col=terrain.colors(100))

     HOZscale(volcano,terrain.colors(100) , units = "", SIDE = 1, s1 = 0.4, s2 = 0.95)

