structure                package:base                R Documentation

_A_t_t_r_i_b_u_t_e _S_p_e_c_i_f_i_c_a_t_i_o_n

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

     `structure' returns the given object with its attributes set.

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

     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.

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

     structure(1:6, dim = 2:3)

