home *** CD-ROM | disk | FTP | other *** search
-
- _A_t_t_r_i_b_u_t_e _S_p_e_c_i_f_i_c_a_t_i_o_n
-
- structure(data, ...)
-
- _A_r_g_u_m_e_n_t_s:
-
- data : an object which will have various attributes
- attached to it.
-
- ... : attributes, specified in tag=value form,
- which will be attached to data.
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- structure returns the given object with its attributes
- set.
-
- _E_x_a_m_p_l_e_s:
-
- structure(1:6, dim = 2:3)
-
-