pushHexport              package:hexbin              R Documentation

_P_u_s_h _a _H_e_x_a_g_o_n _V_i_e_w_p_o_r_t ("_h_e_x_V_P")

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

     Push a Hexagon Viewport ('"hexVP"', see hexVP-class) on to the
     tree of (grid) viewports, calling 'pushViewport'.

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

     pushHexport(hvp, clip = "off")

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

     hvp: a hexagon viewport, i.e., an object of class '"hexVP"', see
          hexVP-class, typically produced by 'hexViewport(..)'.

    clip: which viewport to push, either 'on' or 'off' are the allowed
          arguments, see details.

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

     A hexagon viewport ('"hexVP"') object has slots for two replicate
     viewports one with clipping turned on and one with clipping off. 
     This allows toggling the clipping option.

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

     the underlying 'pushViewport' from the 'grid' package.

