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 / Constants < prev    next >
Encoding:
Text File  |  1997-04-23  |  748 b   |  28 lines

  1.     
  2.     _B_u_i_l_t-_i_n _C_o_n_s_t_a_n_t_s
  3.     
  4.          LETTERS
  5.          letters
  6.          month.abb
  7.          month.name
  8.          pi
  9.     
  10.     _V_a_l_u_e:
  11.     
  12.          R has a limited number of built-in constants.  (there
  13.          is also a rather larger library of data sets which can
  14.          be loaded with the function data).
  15.     
  16.          The following constants are available: LETTERS, the 26
  17.          upper-case letters of the Roman alphabet; letters, the
  18.          26 lower-case letters of the Roman alphabet; month.abb,
  19.          the three-letter abbreviations for the English month-
  20.          names; month.name, The English names for the months of
  21.          the year; pi, the ratio of the circumference of a cir-
  22.          cle to its diameter.
  23.     
  24.     _S_e_e _A_l_s_o:
  25.     
  26.          data.
  27.     
  28.