worldLores               package:ssEDA               R Documentation

_L_o_w _R_e_s_o_l_u_t_i_o_n _W_o_r_l_d _M_a_p

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

     This list object has components 'longitude' and 'latitude' which
     provide a low resolution version of the world map. It is used by
     the function 'hemisphere'.

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

     worldLores

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

     #    make plotting area square shape
     par.reset <- par(no.readonly=TRUE)
     par(pin=rep(min(par()$pin), 2))

     hemisphere(longitude=0, latitude=0, plot.title="Western Hemisphere")

     par(par.reset)

