home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Educational / R-0.49-MI / R-0.49-I / help / base / structure < prev    next >
Encoding:
Text File  |  1997-04-23  |  511 b   |  23 lines

  1.     
  2.     _A_t_t_r_i_b_u_t_e _S_p_e_c_i_f_i_c_a_t_i_o_n
  3.     
  4.          structure(data, ...)
  5.     
  6.     _A_r_g_u_m_e_n_t_s:
  7.     
  8.             data : an object which will have various attributes
  9.                    attached to it.
  10.     
  11.              ... : attributes, specified in tag=value form,
  12.                    which will be attached to data.
  13.     
  14.     _D_e_s_c_r_i_p_t_i_o_n:
  15.     
  16.          structure returns the given object with its attributes
  17.          set.
  18.     
  19.     _E_x_a_m_p_l_e_s:
  20.     
  21.          structure(1:6, dim = 2:3)
  22.     
  23.