home *** CD-ROM | disk | FTP | other *** search
-
- _U_n_e_v_a_l_u_a_t_e_d _E_x_p_r_e_s_s_i_o_n_s
-
- expression(...)
-
- is.expression(expr)
- as.expression(expr)
-
- _V_a_l_u_e:
-
- An object with class ``expression'' containing its
- unevaluated arguments. Expression objects are lists of
- ``calls'' and so the subsetting operations which apply
- to lists also apply to them. For compatibility with S,
- the mode function will return "expression" for expres-
- sion objects.
-
- is.expression returns TRUE if expr is an expression
- object and FALSE otherwise.
-
- as.expression attempts to coerce its argument into an
- expression object.
-
- _S_e_e _A_l_s_o:
-
- call, call.
-
-