HomeLangRLogical
Table of Contents
A vector containing logical values
> v <- c(TRUE,FALSE) > class(v) [1] "logical"