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-M / help / base / colnames < prev    next >
Encoding:
Text File  |  1997-04-23  |  260 b   |  16 lines

  1.     
  2.     _C_o_l_u_m_n _L_a_b_e_l_s
  3.     
  4.          colnames(x)
  5.          colnames(x) <- namevector
  6.     
  7.     _V_a_l_u_e:
  8.     
  9.          This function can be used to retrieve or set the column
  10.          labels of a matrix.
  11.     
  12.     _S_e_e _A_l_s_o:
  13.     
  14.          dimnames, rownames.
  15.     
  16.