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 / logical < prev    next >
Encoding:
Text File  |  1997-04-23  |  455 b   |  19 lines

  1.     
  2.     _L_o_g_i_c_a_l _V_e_c_t_o_r_s
  3.     
  4.          logical(n=0)
  5.          as.logical(x)
  6.          is.logical(x)
  7.     
  8.     _D_e_s_c_r_i_p_t_i_o_n:
  9.     
  10.          logical creates a logical vector of the specified
  11.          length.  Each element of the vector is equal to FALSE.
  12.     
  13.          as.logical attempts to coerce its argument to be of
  14.          logical type.
  15.     
  16.          is.logical returns TRUE or FALSE depending on whether
  17.          its argument is of logical type or not.
  18.     
  19.