axesLimits              package:RSurvey              R Documentation

_S_e_t _L_i_m_i_t_s _o_n _R_a_s_t_e_r _D_a_t_a

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

     A GUI for setting plotting limits associated with raster data.

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

     axesLimits(tt2 = NULL, old = list())

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

     tt2: a Tk toplevel widget.

     old: the current plotting limits, see Value section.

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

     A list containing 6 components: 

   z.min: the minimum z-axis value, default 'NA'.

z.min.auto: the default value for the minimum z-axis, default 'TRUE'.

   z.max: the maximum z-axis value, default 'NA'.

z.max.auto: the default value for the maximum z-axis, default 'TRUE'.

   z.lev: the number of contour levels, default 'NA'.

z.lev.auto: the default value for the number of contour levels, default
          'TRUE'.

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

     Fisher, J. C.

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

     axesLimits()

