AKmiscel               package:glmmAK               R Documentation

_M_i_s_c_e_l_l_a_n_e_o_u_s _s_m_a_l_l_e_r _f_u_n_c_t_i_o_n_s

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

     Functions 'mfLand' and 'mfPort' try to split a graphical device in
     a ``nice'' way to produce several plots on 1 page in landscape or
     portrait format.

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

     mfLand(np)

     mfPort(np)

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

      np: number of plots that are to be produced on 1 page

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

     A 2-component vector giving the number of rows and columns into
     which the graphical device could be splitted.

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

     Arno&#353t Kom&#225rek arnost.komarek[AT]mff.cuni.cz

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

     'par'.

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

     mfLand(6)
     mfPort(6)

