savejpg               package:ABarray               R Documentation

_s_a_v_e _d_e_v_i_c_e _t_o _j_p_g _i_m_a_g_e _f_i_l_e

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

     save plot device to jpg image file

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

     savejpg(x, width = 1024, height = 768)

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

       x: file name to be saved to 

   width: The width for the figure in pixal 

  height: The height for the figure 

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

     For windows version, it produce bmp formatted image, otherwise,
     produce jpg images.

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

     Yongming Sun

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

