ozGrob               package:RGraphics               R Documentation

_C_r_e_a_t_e _a _M_a_p _o_f _A_u_s_t_r_a_l_i_a

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

     Creates a map of Australia (or part thereof). 'grid.ozGrob' also
     draws the map.

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

     ozGrob(ozRegion, name=NULL, gp=NULL, vp=NULL) 
     grid.ozGrob(...)

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

ozRegion: An object created using the  'ozRegion' function from the
          'oz' package.

    name: A character name for the grob.

      gp: A 'gpar' object containing graphical parameter settings or
          'NULL'.

      vp: A viewport or 'NULL'.

     ...: Arguments to be passed to 'ozGrob'.

