TITLE(logical @@ Logical Vectors)
USAGE(
logical(n=0)
as.logical(x)
is.logical(x)
)
ALIAS(logical)
ALIAS(as.logical)
ALIAS(is.logical)
DESCRIPTION(
LANG(logical) creates a logical vector of the specified length.
Each element of the vector is equal to LANG(FALSE).
PARA
LANG(as.logical) attempts to coerce its argument to be of
logical type.
PARA
LANG(is.logical) returns LANG(TRUE) or LANG(FALSE)
depending on whether its argument is of logical type or not.
)
