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

  1.     
  2.     _U_n_e_v_a_l_u_a_t_e_d _E_x_p_r_e_s_s_i_o_n_s
  3.     
  4.          expression(...)
  5.     
  6.          is.expression(expr)
  7.          as.expression(expr)
  8.     
  9.     _V_a_l_u_e:
  10.     
  11.          An object with class ``expression'' containing its
  12.          unevaluated arguments.  Expression objects are lists of
  13.          ``calls'' and so the subsetting operations which apply
  14.          to lists also apply to them.  For compatibility with S,
  15.          the mode function will return "expression" for expres-
  16.          sion objects.
  17.     
  18.          is.expression returns TRUE if expr is an expression
  19.          object and FALSE otherwise.
  20.     
  21.          as.expression attempts to coerce its argument into an
  22.          expression object.
  23.     
  24.     _S_e_e _A_l_s_o:
  25.     
  26.          call, call.
  27.     
  28.