png2                 package:R.utils                 R Documentation

_A _P_N_G _d_e_v_i_c_e _f_o_r _B_i_t_m_a_p _F_i_l_e_s _v_i_a _G_h_o_s_t_S_c_r_i_p_t

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

     A PNG device for Bitmap Files via GhostScript.

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

     ## Default S3 method:
     png2(filename, width=480, height=480, res=144, type="png256", ...)

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

filename: The name of the file to be produced.

width, height: The width and height (in pixels) of the result image.

     res: The resolution of the image.

    type: The output type. See 'dev2bitmap' for details.

     ...: Additional arguments passed to 'bitmap()'.

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

     Returns nothing.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

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

