home *** CD-ROM | disk | FTP | other *** search
-
- _L_o_g_i_c_a_l _V_e_c_t_o_r_s
-
- logical(n=0)
- as.logical(x)
- is.logical(x)
-
- _D_e_s_c_r_i_p_t_i_o_n:
-
- logical creates a logical vector of the specified
- length. Each element of the vector is equal to FALSE.
-
- as.logical attempts to coerce its argument to be of
- logical type.
-
- is.logical returns TRUE or FALSE depending on whether
- its argument is of logical type or not.
-
-