devRes                 package:prada                 R Documentation

_R_e_s_o_l_u_t_i_o_n _o_f _c_u_r_r_e_n_t _p_l_o_t_t_i_n_g _d_e_v_i_c_e

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

     Calculates what R thinks to be the resolution of the current
     graphic device.

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

     devRes()

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

     This function may be used to get the resolution of the current
     graphics device. This can be important when calculating pixel
     coordinates for the output graphic.

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

     A vector with items 'xres' and 'yres', the resolution in 'x' and
     'y' direction respectively.

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

     Florian Hahne

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

     'plotPlate'

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

     devRes()

