Table of Contents

R - Logical Type

About

A vector containing logical values

Example

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