aRTtheme-setVisible           package:aRT           R Documentation

_S_e_t _v_i_s_i_b_l_i_l_i_t_y

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

     Sets the visibility of a theme to be visualized in a
     TerraLib-based GIS. When a theme is created it is not visible.

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

     ## S4 method for signature 'aRTtheme':
     setVisible(object, visible=F)

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

  object: Object of class 'aRTtheme'.

 visible: Will the theme be visible?

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

     Pedro Ribeiro de Andrade Neto

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

     See 'aRTtheme-class' to the description of this class.

