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 / drop < prev    next >
Encoding:
Text File  |  1997-04-23  |  497 b   |  16 lines

  1.     
  2.     _D_r_o_p _R_e_d_u_n_d_a_n_t _E_x_t_e_n_t _I_n_f_o_r_m_a_t_i_o_n
  3.     
  4.          drop(x)
  5.     
  6.     _V_a_l_u_e:
  7.     
  8.          If x is an object with a dim attribute (e.g. a matrix
  9.          or array), then drop, returns an object like x, but
  10.          with any extents of length one removed.  Any accompany-
  11.          ing dimnames attribute is adjusted and returned with x.
  12.     
  13.          Array subsetting typically performs this reduction, but
  14.          sometimes it is useful to invoke drop directly.
  15.     
  16.