Table of Contents

About

A vector containing logical values

Example

> v <- c(TRUE,FALSE)
> class(v)
[1] "logical"